summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-04-06 15:33:31 +0300
committerArmin Kuster <akuster808@gmail.com>2021-04-08 13:13:29 -0700
commitcc590fbbc6ee030aaa30735cf752592f67371a6e (patch)
tree15d4130d4977b41e18d94d17aa939c511e981b31 /meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
parent796b538871502b6b2e753d0a09c73bce62d7d47d (diff)
downloadmeta-openembedded-cc590fbbc6ee030aaa30735cf752592f67371a6e.tar.gz
python3-pyroute2: Upgrade 0.5.16 -> 0.5.17
Upgrade to release 0.5.17: - license: aligned cli/ss2 - ndb: del_ip() improvements - ndb: wait(timeout=...) 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> (cherry picked from commit be5b722809c29acef2de0c0978659692483aa8aa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
new file mode 100644
index 0000000000..1d3d5a253a
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.17.bb
@@ -0,0 +1,36 @@
1SUMMARY = "A pure Python netlink and Linux network configuration library"
2LICENSE = "GPLv2 & Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
4 file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
5
6SRC_URI[sha256sum] = "12d51066ea5628a6fa76fc244f301a8eea5d25d71a9d664016976edfa3889733"
7
8inherit setuptools3 pypi ptest
9
10RDEPENDS_${PN} += " \
11 ${PYTHON_PN}-ctypes \
12 ${PYTHON_PN}-distutils \
13 ${PYTHON_PN}-io \
14 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-logging \
16 ${PYTHON_PN}-multiprocessing \
17 ${PYTHON_PN}-pickle \
18 ${PYTHON_PN}-pkgutil \
19 ${PYTHON_PN}-pprint \
20 ${PYTHON_PN}-shell \
21 ${PYTHON_PN}-unixadmin \
22"
23
24SRC_URI += " \
25 file://run-ptest \
26"
27
28RDEPENDS_${PN}-ptest += " \
29 ${PYTHON_PN}-pytest \
30 ${PYTHON_PN}-fcntl \
31"
32
33do_install_ptest() {
34 install -d ${D}${PTEST_PATH}/tests
35 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
36}