Opened 8 years ago

Last modified 8 years ago

#49910 closed defect

M2Crypto PKCS5_SALT_LEN — at Initial Version

Reported by: Dmole (Tim) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: haspatch Cc:
Port: py-m2crypto

Description

Traceback (most recent call last):

File "<stdin>", line 185, in <module> File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/M2Crypto/init.py", line 24, in <module>

import ASN1

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/M2Crypto/ASN1.py", line 12, in <module>

import BIO

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/M2Crypto/BIO.py", line 221, in <module>

class CipherStream(BIO):

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/M2Crypto/BIO.py", line 227, in CipherStream

SALT_LEN = m2.PKCS5_SALT_LEN

AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'

maybe the port needs to point to a more sable or developed upstream?

Change History (0)

Note: See TracTickets for help on using tickets.