diff options
| author | Ricardo Salveti <ricardo@opensourcefoundries.com> | 2017-10-16 23:18:26 -0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-20 16:14:55 +0000 |
| commit | 084db496b4973cd65e2a09ec93b4d7500a4eed50 (patch) | |
| tree | d41f46a0cb20b34c3fb00c28811b340143642c36 | |
| parent | 6e3fc5b8d904d06e3aa77e9ec9968ab37a798188 (diff) | |
| download | meta-openembedded-084db496b4973cd65e2a09ec93b4d7500a4eed50.tar.gz | |
python3-asn1crypto: add support for Python 3
python-asn1crypto.inc already available and used by the Python 2
version.
Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb new file mode 100644 index 0000000000..30f3404173 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-asn1crypto.inc | ||
