python312Packages.enocean: switch to pynose

This commit is contained in:
Martin Weinelt
2024-02-24 04:00:59 +01:00
parent 5153865c6d
commit dba0deb0f8
@@ -4,7 +4,7 @@
, beautifulsoup4
, enum-compat
, pyserial
, nose
, pynose
}:
buildPythonPackage rec {
@@ -26,7 +26,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pynose
];
checkPhase = ''