mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
cve-bin-tool: fix dependencies
* requests is no longer transitively provided * toml is not required for python 3.11+
This commit is contained in:
parent
bc0f09212c
commit
e7182ec60c
@ -19,10 +19,10 @@
|
||||
, pytestCheckHook
|
||||
, python-gnupg
|
||||
, pyyaml
|
||||
, requests
|
||||
, rich
|
||||
, rpmfile
|
||||
, setuptools
|
||||
, toml
|
||||
, xmlschema
|
||||
, zstandard
|
||||
, reportlab
|
||||
@ -64,10 +64,10 @@ buildPythonApplication rec {
|
||||
plotly
|
||||
python-gnupg
|
||||
pyyaml
|
||||
requests
|
||||
rich
|
||||
rpmfile
|
||||
setuptools
|
||||
toml
|
||||
xmlschema
|
||||
zstandard
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user