summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb
new file mode 100644
index 0000000000..065cafbec5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb
@@ -0,0 +1,25 @@
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] = "733adb362b6603c7269c0b3df3045a55"
7SRC_URI[sha256sum] = "5cdf44656cf623369f0cbf183d9d14a1a50ebdffbd50d4e30ffda62c0a05d7b3"
8PYPI_PACKAGE_HASH = "cde6f040ef0926f84ae7cbe89a883b58a04aa9415f91fd9f12496ab793698ec2"
9
10SRC_URI += "file://import-simplejson-as-json.patch"
11
12inherit pypi setuptools
13
14RDEPENDS_${PN} += "\
15 python-distutils \
16 python-simplejson \
17 python-multiprocessing \
18 python-io python-pprint \
19 python-pickle \
20 python-logging \
21 python-threading \
22 python-textutils \
23 python-subprocess \
24 python-netclient \
25"