[Bug 1114267] Review Request: python-cryptography - PyCA's cryptography library

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 2 00:33:47 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1114267



--- Comment #5 from Jamie Duncan <jduncan at redhat.com> ---
mock is erroring out with:
Traceback (most recent call last):
  File "setup.py", line 174, in <module>
    "test": PyTest,
  File "/usr/lib64/python2.7/distutils/core.py", line 112, in setup
    _setup_distribution = dist = klass(attrs)
  File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 239, in
__init__
    self.fetch_build_eggs(attrs.pop('setup_requires'))
  File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 263, in
fetch_build_eggs
    parse_requirements(requires), installer=self.fetch_build_egg
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 580, in
resolve
    raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (cffi 0.6 (/usr/lib64/python2.7/site-packages),
Requirement.parse('cffi>=0.8'))

setup.py is looking for cffi >= 0.8, but your build environment doesn't require
it. 

spec file:
BuildRequires:  python2-devel python-setuptools python-cffi python-six
...
Requires:       python-cffi >= 0.8

I think that's what mock is getting angry about.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list