Merge pull request #298681 from SuperSandro2000/pyzbar-dev
python311Packages.pyzbar: don't propagate library with dev dependencies
This commit is contained in:
commit
b0cb3b101e
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ buildPythonPackage rec {
|
|||
sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zbar pillow numpy ];
|
||||
buildInputs = [ zbar ];
|
||||
|
||||
propagatedBuildInputs = [ pillow numpy ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue