From c37e09f5cfbbf459dace8f2ad11183a71c73de2f Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 3 Jun 2019 17:00:33 -0700 Subject: [PATCH] Revert "DRAFT [morty] python-typing: Import from meta-python@7307bb9be2e3746e5e07b40322b9296208f5ab89" This reverts commit 003760f6f04a64d9115860a9f3d2f5e8e47b287f. --- recipes-devtools/python/python-typing.inc | 9 --------- recipes-devtools/python/python-typing_3.6.2.bb | 2 -- 2 files changed, 11 deletions(-) delete mode 100644 recipes-devtools/python/python-typing.inc delete mode 100644 recipes-devtools/python/python-typing_3.6.2.bb diff --git a/recipes-devtools/python/python-typing.inc b/recipes-devtools/python/python-typing.inc deleted file mode 100644 index 46be47c..0000000 --- a/recipes-devtools/python/python-typing.inc +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "Simple Python module defined by PEP 484." -HOMEPAGE = "https://github.com/python/typing" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f" - -SRC_URI[md5sum] = "143af0bf3afd1887622771f2f1ffe8e1" -SRC_URI[sha256sum] = "d514bd84b284dd3e844f0305ac07511f097e325171f6cc4a20878d11ad771849" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-typing_3.6.2.bb b/recipes-devtools/python/python-typing_3.6.2.bb deleted file mode 100644 index 04ce063..0000000 --- a/recipes-devtools/python/python-typing_3.6.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-typing.inc