python3Packages.enocean: remove enum-compat (#382155)

This commit is contained in:
Gaétan Lepage
2025-02-21 10:32:04 +01:00
committed by GitHub
@@ -3,10 +3,15 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
# build-system
setuptools,
# dependencies
beautifulsoup4,
enum-compat,
pyserial,
# tests
pytestCheckHook,
}:
@@ -32,9 +37,10 @@ buildPythonPackage rec {
build-system = [ setuptools ];
pythonRemoveDeps = [ "enum-compat" ];
dependencies = [
beautifulsoup4
enum-compat
pyserial
];