Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing RPM dependency for big_catalogs #2

Open
rptaylor opened this issue Jun 7, 2018 · 0 comments
Open

missing RPM dependency for big_catalogs #2

rptaylor opened this issue Jun 7, 2018 · 0 comments

Comments

@rptaylor
Copy link

rptaylor commented Jun 7, 2018

After installing python-cvmfsutils-0.4.1-2.10.obs.el7.noarch on CentOS 7.4 via yum from the contrib repo:

$ big_catalogs --help
Traceback (most recent call last):
  File "/usr/bin/big_catalogs", line 4, in <module>
    import cvmfs
  File "/usr/lib/python2.7/site-packages/cvmfs/__init__.py", line 10, in <module>
    from whitelist    import *
  File "/usr/lib/python2.7/site-packages/cvmfs/whitelist.py", line 10, in <module>
    from M2Crypto import RSA
ImportError: No module named M2Crypto

After installing m2crypto it worked, but the RPM should include this dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant