summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
diff options
context:
space:
mode:
authorzhengrq.fnst <zhengrq.fnst@fujitsu.com>2022-09-01 18:17:16 +0800
committerKhem Raj <raj.khem@gmail.com>2022-09-03 12:20:15 -0700
commitd452c70ee96135902db9898df1c432fdb5540cfa (patch)
tree6377da1524a65ea1777d11d70942aa380bf42218 /meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
parent3589aa5debbf59e940588939dd913130e4cfd4cd (diff)
downloadmeta-openembedded-d452c70ee96135902db9898df1c432fdb5540cfa.tar.gz
python3-astroid: upgrade 2.12.2 -> 2.12.4
Changelog: ========== Fixed a crash involving non-standard type comments such as # type: # any comment. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.12.2.bb
deleted file mode 100644
index ae2a4109ef..0000000000
--- a/meta-python/recipes-devtools/python/python3-astroid_2.12.2.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-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
6
7SRC_URI[sha256sum] = "4675ef501edbbb143b3d9bb4c81d5f6338f08f960beed2ce41a03dc4cd20d777"
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"