python-asn1crypto: add new package (needed for python-cryptography)
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 11 Aug 2017 13:49:43 +0000 (16:49 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 11 Aug 2017 14:09:15 +0000 (17:09 +0300)
commitfae2b225375c123d9b2c75507569daa045cde016
treec595a47338dbab9e66832aa0008c82b9a44719e3
parentbafe3319efda1ccbb11d6927ebe6aceebf1119a7
python-asn1crypto: add new package (needed for python-cryptography)

Unfortunately python-cryptography (after version 2.0.<something>)
decided to replace `pyasn1` with `asn1crypto`.

Unfortunately `pyasn1` is needed for another package,
so it can't be dropped just yet.
Not sure if dropping it would bother people.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python-asn1crypto/Makefile [new file with mode: 0644]