diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-astroid.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid.inc | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc index 4cb1a3c4b6..971aaf47d9 100644 --- a/meta-python/recipes-devtools/python/python-astroid.inc +++ b/meta-python/recipes-devtools/python/python-astroid.inc | |||
@@ -4,11 +4,18 @@ SECTION = "devel/python" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "6f65e4ea8290ec032320460905afb828" | 7 | SRC_URI[md5sum] = "6f8f60b316218455726958f08c6e17f1" |
8 | SRC_URI[sha256sum] = "492c2a2044adbf6a84a671b7522e9295ad2f6a7c781b899014308db25312dd35" | 8 | SRC_URI[sha256sum] = "71dadba2110008e2c03f9fde662ddd2053db3c0489d0e03c94e828a0399edd4f" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-tests" | ||
13 | |||
14 | FILES_${PN}-tests += " \ | ||
15 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | ||
16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | ||
17 | " | ||
18 | |||
12 | RDEPENDS_${PN}_class-target += "\ | 19 | RDEPENDS_${PN}_class-target += "\ |
13 | ${PYTHON_PN}-distutils \ | 20 | ${PYTHON_PN}-distutils \ |
14 | ${PYTHON_PN}-lazy-object-proxy \ | 21 | ${PYTHON_PN}-lazy-object-proxy \ |
@@ -18,3 +25,8 @@ RDEPENDS_${PN}_class-target += "\ | |||
18 | ${PYTHON_PN}-re \ | 25 | ${PYTHON_PN}-re \ |
19 | ${PYTHON_PN}-setuptools \ | 26 | ${PYTHON_PN}-setuptools \ |
20 | " | 27 | " |
28 | |||
29 | RDEPENDS_${PN}-tests_class-target += "\ | ||
30 | ${PYTHON_PN}-unittest \ | ||
31 | ${PYTHON_PN}-xml \ | ||
32 | " | ||