We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.2
Ubuntu 22.04.3
pip/flatpak-pip-generator
No response
Generates two versions in output when requirements contains python_version comparison:
Flask==2.3.*; python_version > '3.7' Flask==2.2.*; python_version <= '3.7'
requirements_test.txt
python3-requirements_test.json Also seems to fail with this:
pywinpty==2.0.*; sys_platform=="win32"
The text was updated successfully, but these errors were encountered:
Dupe of #365
Sorry, something went wrong.
No branches or pull requests
flatpak-builder version
1.2.2
Linux distribution and version
Ubuntu 22.04.3
Affected flatpak-builder tool
pip/flatpak-pip-generator
flatpak-builder tool cli args
No response
Source repository URL
No response
Flatpak-builder manifest URL
No response
Description
Generates two versions in output when requirements contains python_version comparison:
requirements_test.txt
python3-requirements_test.json
Also seems to fail with this:
The text was updated successfully, but these errors were encountered: