mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python311Packages.pyzbar: don't propagate library with dev dependencies
This commit is contained in:
parent
2e1b779e0a
commit
0fcb4ccfc2
@ -20,7 +20,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
|
sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zbar pillow numpy ];
|
buildInputs = [ zbar ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ pillow numpy ];
|
||||||
|
|
||||||
nativeCheckInputs = [ pytestCheckHook ];
|
nativeCheckInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user