Unverified Commit b0cb3b10 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #298681 from SuperSandro2000/pyzbar-dev

python311Packages.pyzbar: don't propagate library with dev dependencies
parents 58858345 0fcb4ccf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@ buildPythonPackage rec {
    sha256 = "8IZQY6qB4r1SUPItDlTDnVQuPs0I38K3yJ6LiPJuwbU=";
  };

  propagatedBuildInputs = [ zbar pillow numpy ];
  buildInputs = [ zbar ];

  propagatedBuildInputs = [ pillow numpy ];

  nativeCheckInputs = [ pytestCheckHook ];