From 2315f412f625a85e683cf294356b651dcd05a029 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 31 Aug 2015 16:08:24 -0300 Subject: python-pyroute2: Add recipe Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-pyroute2_0.3.12.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb (limited to 'meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb') 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 new file mode 100644 index 0000000000..d809d97184 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A pure Python netlink and Linux network configuration library" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=270323035ef766597dabd91747c36e3d" + +SRC_URI[md5sum] = "5d83ec82acb54ab88c98f0d25d13308b" +SRC_URI[sha256sum] = "c0e1637a75e099104f14d9e03fd5a698dfcc923a22fbfac4a19bd7e94d1fcaa5" + +SRC_URI += "file://import-simplejson-as-json.patch" + +inherit pypi + +RDEPENDS_${PN} = "python-distutils \ + python-simplejson \ + " -- cgit v1.2.3-54-g00ecf