pyasn1 is a dependency that doesn't get upgraded · Issue #5 · cedadev/ndg_httpsclient (original) (raw)
On an ubuntu 12.04 precise machine, upgrading ndg-httpsclient when python-asn1 is installed will break with
File "/usr/local/lib/python2.7/dist-packages/ndg/httpsclient/subj_alt_name.py", line 105, in AnotherName
namedtype.NamedType('value', univ.Any().subtype(
AttributeError: 'module' object has no attribute 'Any'
Upgrading pyasn1 before upgrading ndg-httpsclient results in a working system. I think pyasn1 should be a dep here with a minimum version number (just not sure what it is)