lol

python3Packages.tubeup: fix dependencies

+5 -3
+5 -3
pkgs/development/python-modules/tubeup/default.nix
··· 2 , buildPythonPackage 3 , internetarchive 4 , fetchPypi 5 - , youtube-dl 6 , docopt 7 , isPy27 8 }: ··· 19 }; 20 21 postPatch = '' 22 - substituteInPlace setup.py --replace "docopt==0.6.2" "docopt" 23 ''; 24 25 - propagatedBuildInputs = [ internetarchive docopt youtube-dl ]; 26 27 pythonImportsCheck = [ "tubeup" ]; 28
··· 2 , buildPythonPackage 3 , internetarchive 4 , fetchPypi 5 + , yt-dlp 6 , docopt 7 , isPy27 8 }: ··· 19 }; 20 21 postPatch = '' 22 + substituteInPlace setup.py \ 23 + --replace "docopt==0.6.2" "docopt" \ 24 + --replace "internetarchive==2.0.3" "internetarchive" 25 ''; 26 27 + propagatedBuildInputs = [ internetarchive docopt yt-dlp ]; 28 29 pythonImportsCheck = [ "tubeup" ]; 30