nixpkgs/pkgs/tools/security/cve-bin-tool/no-gsutil-python-dependency.patch
Arnout Engelen bac62a387d
cve-bin-tool: 3.1.2 -> 3.2
Adding pip as a propagated dependency for the python checker

Co-Authored-By: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2023-05-03 09:20:05 +02:00

13 lines
313 B
Diff

diff --git a/requirements.txt b/requirements.txt
index 1d4aa9a..c9e9171 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,6 +14,6 @@ xmlschema
importlib_metadata; python_version < "3.8"
requests
urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs
-gsutil
+#gsutil
cvss
packaging