summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-12-11 21:04:05 +0100
committerKhem Raj <raj.khem@gmail.com>2021-12-13 08:06:52 -0800
commit0e0116cc7bfc010c0010d00c243f5fd1d8576913 (patch)
tree82b5dad8551bb757e6d1bc42450788c2a5406922 /meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb
parent9b944139721fe3243caf32d21b87c5a2783ea681 (diff)
downloadmeta-openembedded-0e0116cc7bfc010c0010d00c243f5fd1d8576913.tar.gz
python3-astroid: update to 2.9.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb
deleted file mode 100644
index f8f050cabc..0000000000
--- a/meta-python/recipes-devtools/python/python3-astroid_2.8.5.bb
+++ /dev/null
@@ -1,32 +0,0 @@
1SUMMARY = "An abstract syntax tree for Python with inference support."
2HOMEPAGE = "https://pypi.python.org/pypi/astroid"
3SECTION = "devel/python"
4LICENSE = "LGPL-2.1"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
6
7SRC_URI[sha256sum] = "11f7356737b624c42e21e71fe85eea6875cb94c03c82ac76bd535a0ff10b0f25"
8
9inherit pypi setuptools3
10
11DEPENDS += "${PYTHON_PN}-pytest-runner-native"
12
13PACKAGES =+ "${PN}-tests"
14
15FILES:${PN}-tests += " \
16 ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \
17 ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \
18"
19
20RDEPENDS:${PN}:class-target += "\
21 ${PYTHON_PN}-distutils \
22 ${PYTHON_PN}-lazy-object-proxy \
23 ${PYTHON_PN}-logging \
24 ${PYTHON_PN}-six \
25 ${PYTHON_PN}-wrapt \
26 ${PYTHON_PN}-setuptools \
27"
28
29RDEPENDS:${PN}-tests:class-target += "\
30 ${PYTHON_PN}-unittest \
31 ${PYTHON_PN}-xml \
32"