summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-19 22:56:11 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-22 09:15:28 -0800
commitaef7c2bb5a868c2cbc59487b08b0e776589127f7 (patch)
tree59dca334781a21f05417254af49ace2e99584d74 /meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb
parenta27a95077ca5b56c7936801f8c8b19a43d91264f (diff)
downloadmeta-openembedded-aef7c2bb5a868c2cbc59487b08b0e776589127f7.tar.gz
python3-astroid: update to 2.5
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb
deleted file mode 100644
index 677cec7ac0..0000000000
--- a/meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb
+++ /dev/null
@@ -1,33 +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://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7SRC_URI[md5sum] = "b54e1325995d3a9abd84bac91d4d5867"
8SRC_URI[sha256sum] = "2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703"
9
10inherit pypi setuptools3
11
12DEPENDS += "${PYTHON_PN}-pytest-runner-native"
13
14PACKAGES =+ "${PN}-tests"
15
16FILES_${PN}-tests += " \
17 ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \
18 ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \
19"
20
21RDEPENDS_${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
30RDEPENDS_${PN}-tests_class-target += "\
31 ${PYTHON_PN}-unittest \
32 ${PYTHON_PN}-xml \
33"