Bug 1231426
| Summary: | Installing python-bleach brings python3-html5lib | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pierre-YvesChibon <pingou> | ||||
| Component: | python-bleach | Assignee: | Matthias Runge <mrunge> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | mrunge | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | python-bleach-1.4.1-3.fc22 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-06-26 06:38:45 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: | |||||||
| Attachments: |
|
||||||
python-bleach-1.4.1-3.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/python-bleach-1.4.1-3.fc22 This will need to be fixed on all branches having py3 built :) python-bleach-1.4.1-3.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/python-bleach-1.4.1-3.fc21 Package python-bleach-1.4.1-3.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-bleach-1.4.1-3.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10105/python-bleach-1.4.1-3.fc22 then log in and leave karma (feedback). python-bleach-1.4.1-3.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. python-bleach-1.4.1-3.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1038238 [details] Fix the py3 dependencies to be on the py3 subpackage Description of problem: When installing the py2 version of bleach, the py3 dependencies are brought along. Version-Release number of selected component (if applicable): python-bleach-1.4.1-2.fc21.noarch How reproducible: always Steps to Reproduce: 1. yum install python-bleach on a system that does not have python3-html5lib (for example) 2. 3. Actual results: python3-html5lib installed Expected results: python-html5lib installed but not python3-html5lib Additional info: The patch attached should fix this, I am a provenpackager so I can directly push it and build the updates if you like.