python311Packages.pyzbar: don't propagate library with dev dependencies

This commit is contained in:
Sandro Jäckel
2024-03-24 17:38:34 +01:00
parent 2e1b779e0a
commit 0fcb4ccfc2
@@ -20,7 +20,9 @@ buildPythonPackage rec {
sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
};
propagatedBuildInputs = [ zbar pillow numpy ];
buildInputs = [ zbar ];
propagatedBuildInputs = [ pillow numpy ];
nativeCheckInputs = [ pytestCheckHook ];