diff options
| author | Derek Straka <derek@asterius.io> | 2016-05-21 09:40:15 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:13 +0200 |
| commit | 2383776dc5661d5a9202d056b2da8d07b451cb94 (patch) | |
| tree | 4c3ccdeb95fa55030c9a18d61546009130133223 /meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb | |
| parent | 9e37a25e005a78a0121bca5563869d8035ed7139 (diff) | |
| download | meta-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.22.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyroute2_0.3.22.bb | 25 |
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 @@ | |||
| 1 | SUMMARY = "A pure Python netlink and Linux network configuration library" | ||
| 2 | LICENSE = "GPLv2 & Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 4 | file://LICENSE.Apache.v2;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "733adb362b6603c7269c0b3df3045a55" | ||
| 7 | SRC_URI[sha256sum] = "5cdf44656cf623369f0cbf183d9d14a1a50ebdffbd50d4e30ffda62c0a05d7b3" | ||
| 8 | PYPI_PACKAGE_HASH = "cde6f040ef0926f84ae7cbe89a883b58a04aa9415f91fd9f12496ab793698ec2" | ||
| 9 | |||
| 10 | SRC_URI += "file://import-simplejson-as-json.patch" | ||
| 11 | |||
| 12 | inherit pypi setuptools | ||
| 13 | |||
| 14 | RDEPENDS_${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 | " | ||
