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

Build-Depends: python3-all #177

Open
jethornton opened this issue Jan 31, 2021 · 0 comments
Open

Build-Depends: python3-all #177

jethornton opened this issue Jan 31, 2021 · 0 comments

Comments

@jethornton
Copy link

No matter what I try I get Build-Depends: python3-all in DEBIAN/control. Is there a fix for this issue?

My application requires python3 >= 3.6

The docs suggest:
To pass these commands to sdist_dsc when calling bdist_deb, do this:
python setup.py sdist_dsc --debian-version 0MyName1 bdist_deb

Tried:
–force-x-python3-version | Override default minimum python3:any dependency with value from x-python3- version
–x-python3-version | debian/control X-Python3-Version:

Create a package for all Python versions supported by python-support. (Limiting this range is possible with the XS-Python-Version: config option.)

python3 setup.py --command-packages=stdeb.command sdist_dsc --force-x-python3-version

stdeb.cfg
[DEFAULT]
Depends: python3-pyqt5

[sdist_dsc]
X-Python3-Version >= 3.6

JT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant