Loading pkgs/development/python-modules/audible/default.nix +12 −12 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , buildPythonPackage # build-system , setuptools , poetry-core # dependencies , beautifulsoup4 Loading @@ -12,6 +12,9 @@ , pillow , pyaes , rsa # test dependencies , pytestCheckHook }: buildPythonPackage rec { Loading @@ -27,24 +30,21 @@ buildPythonPackage rec { }; nativeBuildInputs = [ setuptools poetry-core ]; propagatedBuildInputs = [ pillow beautifulsoup4 httpx pbkdf2 pillow pyaes rsa ]; postPatch = '' sed -i "s/httpx.*/httpx',/" setup.py ''; # has no tests doCheck = false; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "audible" ]; Loading Loading
pkgs/development/python-modules/audible/default.nix +12 −12 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ , buildPythonPackage # build-system , setuptools , poetry-core # dependencies , beautifulsoup4 Loading @@ -12,6 +12,9 @@ , pillow , pyaes , rsa # test dependencies , pytestCheckHook }: buildPythonPackage rec { Loading @@ -27,24 +30,21 @@ buildPythonPackage rec { }; nativeBuildInputs = [ setuptools poetry-core ]; propagatedBuildInputs = [ pillow beautifulsoup4 httpx pbkdf2 pillow pyaes rsa ]; postPatch = '' sed -i "s/httpx.*/httpx',/" setup.py ''; # has no tests doCheck = false; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "audible" ]; Loading