Bug 1599643
Summary: | python3-django fails to install in raspberrypi armv7 server | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Basil Eric Rabi <ericbasil.rabi> |
Component: | python-django | Assignee: | Matthias Runge <mrunge> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 28 | CC: | bkabrda, jakub.dornak, jal233, mhroncok, michel, mrunge, sgallagh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-07-16 16:20:19 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Basil Eric Rabi
2018-07-10 09:39:01 UTC
The build https://koji.fedoraproject.org/koji/buildinfo?buildID=1103571 produced: python-django-bash-completion-2.0.7-1.fc28 python3-django-2.0.7-1.fc28 python3-django-doc-2.0.7-1.fc28 python-django-bash-completion-2.0.7-1.fc28 provides: python-django-bash-completion = 2.0.7-1.fc28 And that is exactly what you need. No idea what's wrong :( On x86_64: $ LANG=C.utf8 dnf install python3-django --enablerepo=updates-testing Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python3-django noarch 2.0.7-1.fc28 updates-testing 4.3 M Installing dependencies: python-django-bash-completion noarch 2.0.7-1.fc28 updates-testing 13 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 4.3 M Installed size: 16 M dnf --enablerepo=updates-testing install python3-django python-django-bash-completion does that fix your issue? Still does not work for me. Maybe this is an issue in the server edition for arm. The package available when auto-completing via tab is: python-django-bash-completion-1.6.11.7-2.module_1595+34c51ab8.noarch There is no python-django-bash-completion-2.0.7-1.fc28.noarch.rpm I don't experience this issue in x86_64 :( Please do rpm -q python-django You already have python-django-bash-completion (in a different release) installed. You can not have the same rpm in different versions installed at the same time. If you want to use python3-django, you'll probably need to uninstall python-django-bash-completion-1.6.11.7-2.module_1595+34c51ab8.noarch first. I'd expect it will remove python-django and depending applications as well. rpm -q python-django package python-django is not installed rpm -q python3-django package python3-django is not installed I did not install python-django-bash-completion-1.6.11.7-2.module_1595+34c51ab8.noarch. What I mean if I type `dnf install python-django-bas[tab]`, it auto-completes to python-django-bash-completion-1.6.11.7-2.module_1595+34c51ab8.noarch. This is a dupe of 1579350 The problem here is that the solver is treating the "reviewboard" module as "enabled" because it's marked as a "default stream" and is therefore implicitly causing its dependency on Django 1.6 to be treated as enabled as well. It's very, very wrong behavior. *** This bug has been marked as a duplicate of bug 1579350 *** |