Skip to content
New issue

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

flatpak-pip-generator doesn't consider python_version #389

Closed
faveoled opened this issue Jan 28, 2024 · 1 comment
Closed

flatpak-pip-generator doesn't consider python_version #389

faveoled opened this issue Jan 28, 2024 · 1 comment
Labels

Comments

@faveoled
Copy link

faveoled commented Jan 28, 2024

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:

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"
@faveoled faveoled added the bug label Jan 28, 2024
@bbhtt
Copy link
Contributor

bbhtt commented Jan 28, 2024

Dupe of #365

@faveoled faveoled closed this as not planned Won't fix, can't repro, duplicate, stale Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants