diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-27 07:31:25 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-10-27 07:31:25 -0400 |
commit | d9849599346dd245c175221114b8d559d9d2124f (patch) | |
tree | 5dcdc3a3c1c5544f6aeae054eb2a07d73b96a6ce /setup.py | |
parent | 9c72a6bb3868979cf9416cfa526ea2fc066f854d (diff) | |
parent | 8fdd1d3a00ea2c1de04a214314e20a39009c7c29 (diff) | |
download | cryptography-d9849599346dd245c175221114b8d559d9d2124f.tar.gz cryptography-d9849599346dd245c175221114b8d559d9d2124f.tar.bz2 cryptography-d9849599346dd245c175221114b8d559d9d2124f.zip |
Merge pull request #2435 from reaperhulk/fix-2407
encode countryName with PrintableString
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ test_requirements = [ "pretend", "iso8601", "hypothesis", + "pyasn1_modules", ] # If there's no vectors locally that probably means we are in a tarball and |