From 25d7d4bd5775f02f7064f1fa7fe659159aaab305 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Mon, 19 Mar 2018 09:59:30 -0400 Subject: python3-asn1crypto: add support for Python 3 python-asn1crypto.inc already available and used by the Python 2 version. Signed-off-by: Ricardo Salveti Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb 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 @@ +inherit setuptools3 +require python-asn1crypto.inc -- cgit 1.2.3-korg