Loading pkgs/development/python-modules/enocean/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,15 @@ buildPythonPackage, fetchFromGitHub, fetchpatch2, # build-system setuptools, # dependencies beautifulsoup4, enum-compat, pyserial, # tests pytestCheckHook, }: Loading @@ -32,9 +37,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; pythonRemoveDeps = [ "enum-compat" ]; dependencies = [ beautifulsoup4 enum-compat pyserial ]; Loading Loading
pkgs/development/python-modules/enocean/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -3,10 +3,15 @@ buildPythonPackage, fetchFromGitHub, fetchpatch2, # build-system setuptools, # dependencies beautifulsoup4, enum-compat, pyserial, # tests pytestCheckHook, }: Loading @@ -32,9 +37,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; pythonRemoveDeps = [ "enum-compat" ]; dependencies = [ beautifulsoup4 enum-compat pyserial ]; Loading