diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-10 12:43:31 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-10 12:43:31 -0500 |
| commit | 9a3030b6c46f70a06647c5dabad33649fc2ec6dc (patch) | |
| tree | 5dfec349f0fc88df84587ffaebfb23feb18c6173 /meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb | |
| parent | ff7384602b97d6bf2e4588773fa9014d08a1db50 (diff) | |
| download | meta-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.10.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb b/meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb new file mode 100644 index 0000000..5ed80e3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Portable network interface information." | ||
| 2 | HOMEPAGE = "http://alastairs-place.net/netifaces" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "netifaces" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "36da76e2cfadd24cc7510c2c0012eb1e" | ||
| 13 | SRC_URI[sha256sum] = "9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
