Created attachment 975467 [details] pyxattr-0.5.1-xattr-alias.patch Description of problem: When running self-tests in upstream OpenStack Swift, it blows up with DistributionNotFound: xattr>=0.4 Version-Release number of selected component (if applicable): pyxattr-0.5.3-4.fc21 How reproducible: synchronous Steps to Reproduce: 1. git clone git://github.com/openstack/swift.git 2. cd swift 3. python setup.py build 4. PYTHONPATH=$(pwd) ./.unittests Actual results: DistributionNotFound: xattr>=0.4 Expected results: success Additional info: This is more of an RFE than a bug in Fedora, because for builds of openstack-swift RPMs, we kill the dependency checking and everything works fine. However, this is super annoying for development. See the attached patch.
Wait, never mind. I already filed this ages ago, closing. It popped up again because of upgrade to F21. *** This bug has been marked as a duplicate of bug 1102926 ***