summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-05 13:30:07 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-05 13:30:07 +0200
commitaf809ec618883267efd6c67a0d34c9eac615acc5 (patch)
treeb928092846ce95838c2427951008858995d143e3 /meta-openstack/recipes-devtools/python
parentae370854b5a00fbb46d1eda6566d10af7189aaf9 (diff)
downloadmeta-cloud-services-af809ec618883267efd6c67a0d34c9eac615acc5.tar.gz
python-netaddr: Drop recipe
Same version of the recipe is already maintained in meta-python. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb
deleted file mode 100644
index d3d83a1..0000000
--- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.19.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "A library for network address representation and manipulation"
2HOMEPAGE = "https://github.com/drkjam/netaddr"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
6
7SRCNAME = "netaddr"
8
9SRC_URI = "https://pypi.io/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07"
12SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools