mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python3Packages.bork: Drop obsolete dependency on click
Thanks to @duckinator for confirming it is not used anymore.
This commit is contained in:
parent
e5ca35398b
commit
7db91077d3
@ -4,7 +4,6 @@
|
||||
, pythonOlder
|
||||
|
||||
, build
|
||||
, click
|
||||
, coloredlogs
|
||||
, packaging
|
||||
, toml
|
||||
@ -27,7 +26,6 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build
|
||||
click
|
||||
coloredlogs
|
||||
packaging
|
||||
toml
|
||||
|
Loading…
Reference in New Issue
Block a user