aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-py.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2020-04-05 14:39:23 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-05 14:27:45 -0700
commit76a77f3662b31588012e8c51f497fa5c7a3f9277 (patch)
tree24e9005afb3c93bf2290d7cb2580e94436b6b551 /meta-python/recipes-devtools/python/python-py.inc
parent657c3cd872cda82b3ab35d9037abd2befe645206 (diff)
downloadmeta-openembedded-76a77f3662b31588012e8c51f497fa5c7a3f9277.tar.gz
python-py: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-py.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-py.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-py.inc b/meta-python/recipes-devtools/python/python-py.inc
deleted file mode 100644
index 2b48abe8ee..0000000000
--- a/meta-python/recipes-devtools/python/python-py.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
-HOMEPAGE = "http://py.readthedocs.io/"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
-
-SRC_URI[md5sum] = "42c67de84b07ac9cc867b8b70843a45b"
-SRC_URI[sha256sum] = "5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa"
-
-DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
-BBCLASSEXTEND = "native nativesdk"