ytmdl: Drop python_requires with illegal version specifiier
This commit is contained in:
parent
e80b27d089
commit
be37eb5744
@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
|
||||
--replace "bs4" "beautifulsoup4" \
|
||||
--replace "/etc/bash_completion.d" "share/bash-completion/completions" \
|
||||
--replace "/usr/share/zsh/functions/Completion/Unix" "share/zsh/site-functions"
|
||||
sed -i '/python_requires=/d' setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
Loading…
Reference in New Issue
Block a user