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
This causes PDK closure to quit with an error about not finding python:any.
Unable to calculate closure [u"0 ... Can't install jackd2_1.9.10+20140719git3eb0ae6a~dfsg-2: no package provides python:any"]
even though Python is already specified as a dependency.
Test command (without Python as a dependency): pdk abstract --arch=armhf --packages="jackd2" test.xml pdk resolve test.xml pdk closure --out-file=test.xml --arch=armhf test.xml pdk upgrade test.xml
pdk abstract --arch=armhf --packages="jackd2" test.xml
pdk resolve test.xml
pdk closure --out-file=test.xml --arch=armhf test.xml
pdk upgrade test.xml
The text was updated successfully, but these errors were encountered:
Upstream issue.
Please for now build smartpm from our repo with patches applied. Instructions here: https://github.com/64studio/smart/wiki/Building-on-Debian
Upstream issue: smartpm/smart#6 Upstream patch pull request: smartpm/smart#7
Sorry, something went wrong.
With our compiled version of smart, this now works.
obbardc
No branches or pull requests
This causes PDK closure to quit with an error about not finding python:any.
Unable to calculate closure [u"0 ... Can't install jackd2_1.9.10+20140719git3eb0ae6a~dfsg-2: no package provides python:any"]
even though Python is already specified as a dependency.
Test command (without Python as a dependency):
pdk abstract --arch=armhf --packages="jackd2" test.xml
pdk resolve test.xml
pdk closure --out-file=test.xml --arch=armhf test.xml
pdk upgrade test.xml
The text was updated successfully, but these errors were encountered: