Bug 892214
| Summary: | python3-module-gridfs Requires: python-module-pymongo; should be python3-module-pymongo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Vlasenko <viy> |
| Component: | python-pymongo | Assignee: | Andrew McNabb <amcnabb> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amcnabb, silas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-08 02:09:53 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: | |||
Just to clarify, you meant "python3-pymongo" and not "python3-module-pymongo", right? There shouldn't be anything with "module" in it. If my understanding is correct, than I think I know what the problem is. python-pymongo-2.3-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-pymongo-2.3-6.fc18 (In reply to comment #1) > Just to clarify, you meant "python3-pymongo" and not > "python3-module-pymongo", right? There shouldn't be anything with "module" > in it. If my understanding is correct, than I think I know what the problem > is. Yes, sorry for misleading. Package python-pymongo-2.3-6.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-pymongo-2.3-6.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-0326/python-pymongo-2.3-6.fc18 then log in and leave karma (feedback). python-pymongo-2.3-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: %package -n python3-module-gridfs Summary: Python GridFS driver for MongoDB Group: Development/Python3 Requires: python-module-pymongo = %{version}-%{release} there should be python3: -Requires: python-module-pymongo = %{version}-%{release} +Requires: python3-module-pymongo = %{version}-%{release}