diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb deleted file mode 100644 index d809d9718..000000000 --- a/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | DESCRIPTION = "A pure Python netlink and Linux network configuration library" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=270323035ef766597dabd91747c36e3d" | ||
4 | |||
5 | SRC_URI[md5sum] = "5d83ec82acb54ab88c98f0d25d13308b" | ||
6 | SRC_URI[sha256sum] = "c0e1637a75e099104f14d9e03fd5a698dfcc923a22fbfac4a19bd7e94d1fcaa5" | ||
7 | |||
8 | SRC_URI += "file://import-simplejson-as-json.patch" | ||
9 | |||
10 | inherit pypi | ||
11 | |||
12 | RDEPENDS_${PN} = "python-distutils \ | ||
13 | python-simplejson \ | ||
14 | " | ||