python.pkgs.binwalk: remove p7zip from propagatedBuildInputs

p7zip is abandoned and may not receive important security fixes.

It was marked as insecure in aa80b4780d849a00d86c28d6b3c78a777dd02e9a

`binwalk` might loose the possibility to extract some binary formats,
but it's better than running it on untrusted imput.
This commit is contained in:
Florian Klink 2020-05-03 01:29:24 +02:00
parent 440110b83f
commit 9a2ec56ad4

View File

@ -7,7 +7,6 @@
, gzip , gzip
, bzip2 , bzip2
, gnutar , gnutar
, p7zip
, cabextract , cabextract
, lzma , lzma
, nose , nose
@ -29,7 +28,7 @@ buildPythonPackage {
sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc"; 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; ++ stdenv.lib.optional visualizationSupport pyqtgraph;
# setup.py only installs version.py during install, not test # setup.py only installs version.py during install, not test