diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-27 12:15:55 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-29 08:43:53 -0700 |
| commit | 74f19cb7436a41d3dd55049e4e72ff6da513e96f (patch) | |
| tree | 1d61d486dd70f6d8314436d0216629b07e05aaae /meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb | |
| parent | 7f3cd67ecbbb6636bad5118edea8088ad47a491f (diff) | |
| download | meta-openembedded-74f19cb7436a41d3dd55049e4e72ff6da513e96f.tar.gz | |
python3-astroid: Upgrade 2.5.3 -> 2.5.6
Upgrade to release 2.5.6:
- Fix retro-compatibility issues with old version of pylint
License-Update: Remove outdated COPYING and use LICENSE
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.5.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb deleted file mode 100644 index f1d9c66af7..0000000000 --- a/meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb +++ /dev/null | |||
| @@ -1,32 +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[sha256sum] = "ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
| 12 | |||
| 13 | PACKAGES =+ "${PN}-tests" | ||
| 14 | |||
| 15 | FILES_${PN}-tests += " \ | ||
| 16 | ${PYTHON_SITEPACKAGES_DIR}/astroid/test* \ | ||
| 17 | ${PYTHON_SITEPACKAGES_DIR}/astroid/__pycache__/test* \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${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 | |||
| 29 | RDEPENDS_${PN}-tests_class-target += "\ | ||
| 30 | ${PYTHON_PN}-unittest \ | ||
| 31 | ${PYTHON_PN}-xml \ | ||
| 32 | " | ||
