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

This commit is contained in:
Sandro Jäckel 2024-03-24 15:28:08 +01:00
parent 2e1b779e0a
commit 0fcb4ccfc2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20,7 +20,9 @@ buildPythonPackage rec {
sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
};
propagatedBuildInputs = [ zbar pillow numpy ];
buildInputs = [ zbar ];
propagatedBuildInputs = [ pillow numpy ];
nativeCheckInputs = [ pytestCheckHook ];