diff options
author | Derek Straka <derek@asterius.io> | 2020-02-09 19:27:50 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-09 23:02:39 -0800 |
commit | 6c2b3ae7432bddde04965b6eec10931e6e34981e (patch) | |
tree | 1d0105231567292c6a31293bea395d0f178f9163 /meta-python/recipes-devtools/python/python-astroid.inc | |
parent | 0e902f8eb1096daaa85b6d11872dbcd0a62e518a (diff) | |
download | meta-openembedded-6c2b3ae7432bddde04965b6eec10931e6e34981e.tar.gz |
python3-astroid: 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-astroid.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid.inc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc deleted file mode 100644 index e9a68789e0..0000000000 --- a/meta-python/recipes-devtools/python/python-astroid.inc +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | SUMMARY = "An abstract syntax tree for Python with inference support." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/astroid" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "LGPL-2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
6 | |||
7 | SRC_URI[md5sum] = "5f3d73d82d1753b59bb49a6bc6046dee" | ||
8 | SRC_URI[sha256sum] = "71ea07f44df9568a75d0f354c49143a4575d90645e9fead6dfb52c26a85ed13a" | ||
9 | |||
10 | inherit pypi | ||
11 | |||
12 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
13 | |||
14 | PACKAGES =+ "${PN}-tests" | ||
15 | |||
16 | FILES_${PN}-tests += " \ | ||
17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | ||
18 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | ||
19 | " | ||
20 | |||
21 | RDEPENDS_${PN}_class-target += "\ | ||
22 | ${PYTHON_PN}-distutils \ | ||
23 | ${PYTHON_PN}-lazy-object-proxy \ | ||
24 | ${PYTHON_PN}-logging \ | ||
25 | ${PYTHON_PN}-six \ | ||
26 | ${PYTHON_PN}-wrapt \ | ||
27 | ${PYTHON_PN}-setuptools \ | ||
28 | " | ||
29 | |||
30 | RDEPENDS_${PN}-tests_class-target += "\ | ||
31 | ${PYTHON_PN}-unittest \ | ||
32 | ${PYTHON_PN}-xml \ | ||
33 | " | ||