diff options
author | Derek Straka <derek@asterius.io> | 2020-04-05 14:39:23 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-05 14:27:45 -0700 |
commit | 76a77f3662b31588012e8c51f497fa5c7a3f9277 (patch) | |
tree | 24e9005afb3c93bf2290d7cb2580e94436b6b551 /meta-python/recipes-devtools/python/python-py.inc | |
parent | 657c3cd872cda82b3ab35d9037abd2befe645206 (diff) | |
download | meta-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.inc | 10 |
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 2b48abe8e..000000000 --- a/meta-python/recipes-devtools/python/python-py.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities" | ||
2 | HOMEPAGE = "http://py.readthedocs.io/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" | ||
5 | |||
6 | SRC_URI[md5sum] = "42c67de84b07ac9cc867b8b70843a45b" | ||
7 | SRC_URI[sha256sum] = "5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa" | ||
8 | |||
9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
10 | BBCLASSEXTEND = "native nativesdk" | ||