You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
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
The text was updated successfully, but these errors were encountered: