Loading pkgs/development/python-modules/python-olm/default.nix +12 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, isPy3k, olm , cffi, future, typing }: , cffi , future , aspectlib , pytest-benchmark , pytestCheckHook }: buildPythonPackage { pname = "python-olm"; Loading @@ -17,17 +22,20 @@ buildPythonPackage { propagatedBuildInputs = [ cffi future typing ]; propagatedNativeBuildInputs = [ cffi ]; # Some required libraries for testing are not packaged yet. doCheck = false; pythonImportsCheck = [ "olm" ]; nativeCheckInputs = [ aspectlib pytest-benchmark pytestCheckHook ]; meta = { inherit (olm.meta) license maintainers; description = "Python bindings for Olm"; Loading Loading
pkgs/development/python-modules/python-olm/default.nix +12 −4 Original line number Diff line number Diff line { lib, buildPythonPackage, isPy3k, olm , cffi, future, typing }: , cffi , future , aspectlib , pytest-benchmark , pytestCheckHook }: buildPythonPackage { pname = "python-olm"; Loading @@ -17,17 +22,20 @@ buildPythonPackage { propagatedBuildInputs = [ cffi future typing ]; propagatedNativeBuildInputs = [ cffi ]; # Some required libraries for testing are not packaged yet. doCheck = false; pythonImportsCheck = [ "olm" ]; nativeCheckInputs = [ aspectlib pytest-benchmark pytestCheckHook ]; meta = { inherit (olm.meta) license maintainers; description = "Python bindings for Olm"; Loading