diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-05 13:30:07 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-05 13:30:07 +0200 |
| commit | af809ec618883267efd6c67a0d34c9eac615acc5 (patch) | |
| tree | b928092846ce95838c2427951008858995d143e3 /meta-openstack/recipes-devtools/python | |
| parent | ae370854b5a00fbb46d1eda6566d10af7189aaf9 (diff) | |
| download | meta-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.bb | 16 |
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 @@ | |||
| 1 | DESCRIPTION = "A library for network address representation and manipulation" | ||
| 2 | HOMEPAGE = "https://github.com/drkjam/netaddr" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44" | ||
| 6 | |||
| 7 | SRCNAME = "netaddr" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07" | ||
| 12 | SRC_URI[sha256sum] = "38aeec7cdd035081d3a4c306394b19d677623bf76fa0913f6695127c7753aefd" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
