Bug 1007316
| Summary: | Installation on AWS (CentOS) fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Daniel Scott <dan> |
| Component: | graphite-web | Assignee: | Jonathan Steffan <jonathansteffan> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | jonathansteffan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-19 23:28:10 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: | |||
Duplicate of bug 1007300. Closing as this is a duplicate. I will continue to address this issue via https://bugzilla.redhat.com/show_bug.cgi?id=1007300. *** This bug has been marked as a duplicate of bug 1007300 *** |
Description of problem: Installation on AWS (CentOS) fails with: Package python-sqlite2 is obsoleted by python24-sqlite, but obsoleting package does not provide for requirements Error: Package: graphite-web-0.9.10-7.el6.noarch (epel) Requires: python-sqlite2 Available: 1:python-sqlite2-2.3.5-2.el6.x86_64 (epel) python-sqlite2 = 1:2.3.5-2.el6 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest So, it appears that the AWS repos attempt to install python24-sqlite because it apparently provides python-sqlite2. However, I believe that this dependency is not actually required for modern Python (2.6/2.7). I see that the spec file contains a conditional for Fedora Versions >17 which removes the requirement. Can the file be modified to remove this requirement for CentOS/AWS Linux too? Also, the python-django package does not exist on CentOS or AWS Linux, I believe that it's called Django14. Patch attached, which allows me to create an installable RPM for AWS Linux. However, it will likely break Fedora.