Merge pull request #86621 from flokli/p7zip-insecure

python.pkgs.binwalk: remove p7zip from propagatedBuildInputs
This commit is contained in:
Benjamin Hipple 2020-05-02 21:27:24 -04:00 committed by GitHub
commit f17f830897
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@
, gzip
, bzip2
, gnutar
, p7zip
, cabextract
, lzma
, nose
@ -29,7 +28,7 @@ buildPythonPackage {
sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc";
};
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract lzma pycrypto ]
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar cabextract lzma pycrypto ]
++ stdenv.lib.optional visualizationSupport pyqtgraph;
# setup.py only installs version.py during install, not test