python310Packages.tubeup: remove urllib3 from dependencies

This commit is contained in:
Mario Rodas 2023-08-21 16:36:00 +00:00
parent 19256671be
commit 74908aaf40

View file

@ -5,7 +5,6 @@
, yt-dlp
, docopt
, pythonOlder
, urllib3
, pythonRelaxDepsHook
}:
@ -28,12 +27,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [
internetarchive
docopt
urllib3
yt-dlp
];
pythonRelaxDeps = [
"urllib3"
"docopt"
];