summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
commitff75c955954b32c1aa6fa301303e9df5ef53078e (patch)
tree85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb
parent1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff)
downloadmeta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb b/meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb
deleted file mode 100644
index ff42031..0000000
--- a/meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "Python package for creating and manipulating graphs and networks"
2HOMEPAGE = "http://networkx.lanl.gov/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ec88315ae06938d6c6f830327981d0f1"
6
7PR = "r0"
8
9SRCNAME = "networkx"
10SRC_URI = "http://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "b4a9e68ecd1b0164446ee432d2e20bd0"
13SRC_URI[sha256sum] = "b75ba675fd2831f60e3f5a028822a8f7b9993877854599e9694196f8b2f88233"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19# DEPENDS_default: python-pip
20
21DEPENDS += " \
22 python-pip \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "