ytmdl: Drop python_requires with illegal version specifiier

This commit is contained in:
Martin Weinelt 2023-03-12 19:57:02 +01:00
parent e80b27d089
commit be37eb5744
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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; [