#2465 closed defect (fixed)
fedora 31 upgrade issues
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | critical | Milestone: | 4.0 |
Component: | packaging | Version: | 3.0.x |
Keywords: | Cc: |
Description
Ignoring repositories: fedora-games, fedora-steam Error: Problem: package python2-pytools-2019.1.1-1.fc31.noarch conflicts with python-pytools < 2019.1.1-1.fc31 provided by python3-pytools-2019.1-3.fc31.noarch - package python3-pycuda-2018.1.1-3.x86_64 requires python3-pytools, but none of the providers can be installed - package python3-pycuda-2018.1.1-3.x86_64 requires python3.7dist(pytools) >= 2011.2, but none of the providers can be installed - package python2-pycuda-2018.1.1-3.x86_64 requires python2.7dist(pytools) >= 2011.2, but none of the providers can be installed - python3-pytools-2019.1-2.fc30.noarch does not belong to a distupgrade repository - python2-pytools-2019.1.1-1.fc30.noarch does not belong to a distupgrade repository - problem with installed package python3-pycuda-2018.1.1-3.x86_64 - problem with installed package python2-pycuda-2018.1.1-3.x86_64 (try to add '--skip-broken' to skip uninstallable packages)
Change History (2)
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2465
Note: See
TracTickets for help on using
tickets.
r24288 + r24289 fix package name compatibility issues with pytools: we cannot conflict with the unprefixed
python-XXXX
package name which is now claimed by the python3 variant.Then pytools built and installed fine, and
python-pycuda
after that.