setup.py: add pyasn1_modules and M2Crypto to required packages

This commit is contained in:
Benjamin Dauvergne 2014-04-25 10:50:27 +02:00
parent fdba218b4a
commit 6f8c85f783
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ setup(name='rfc3161',
author='Benjamin Dauvergne',
author_email='bdauvergne@entrouvert.com',
packages=['rfc3161'],
requires=['pyasn1'],
requires=['pyasn1', 'pyasn1_modules', 'M2Crypto'],
cmdclass={'test': TestCommand})