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}
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.