summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-05-21 09:40:15 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-27 15:39:13 +0200
commit2383776dc5661d5a9202d056b2da8d07b451cb94 (patch)
tree4c3ccdeb95fa55030c9a18d61546009130133223 /meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
parent9e37a25e005a78a0121bca5563869d8035ed7139 (diff)
downloadmeta-openembedded-2383776dc5661d5a9202d056b2da8d07b451cb94.tar.gz
python-pyroute2: update to version 0.3.22
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
deleted file mode 100644
index 43c6cecfd9..0000000000
--- a/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
+++ /dev/null
@@ -1,24 +0,0 @@
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=3b83ef96387f14655fc854ddc3c6bd57"
5
6SRC_URI[md5sum] = "1e7e771702056e61cf522cccc39ea09e"
7SRC_URI[sha256sum] = "aed742a7dbe55eb7f02dbb26719f554b9e92198c4b3c7ac501ad03bbb6421962"
8
9SRC_URI += "file://import-simplejson-as-json.patch"
10
11inherit pypi setuptools
12
13RDEPENDS_${PN} += "\
14 python-distutils \
15 python-simplejson \
16 python-multiprocessing \
17 python-io python-pprint \
18 python-pickle \
19 python-logging \
20 python-threading \
21 python-textutils \
22 python-subprocess \
23 python-netclient \
24"