summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-10 12:43:31 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-10 12:43:31 -0500
commit9a3030b6c46f70a06647c5dabad33649fc2ec6dc (patch)
tree5dfec349f0fc88df84587ffaebfb23feb18c6173 /meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb
parentff7384602b97d6bf2e4588773fa9014d08a1db50 (diff)
downloadmeta-cloud-services-9a3030b6c46f70a06647c5dabad33649fc2ec6dc.tar.gz
trove: update core package and dependencies to juno -rc2
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb b/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb
deleted file mode 100644
index 05a626f..0000000
--- a/meta-openstack/recipes-devtools/python/python-netifaces_0.8.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Portable network interface information."
2HOMEPAGE = "http://alastairs-place.net/netifaces"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6
7PR = "r0"
8SRCNAME = "netifaces"
9
10SRC_URI = "http://alastairs-place.net/projects/netifaces/netifaces-0.8.tar.gz \
11"
12
13SRC_URI[md5sum] = "e57e5983f4c286fac5f8068fbfc5c873"
14SRC_URI[sha256sum] = "53a711038db3d6e5cf7129d6f751185fd052f830f12f271fbfe17bd2671ab1ec"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools