diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 20:03:47 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 20:03:47 -0400 |
| commit | e8755fe05a90b2f6c2d49dc09fedc72f255c7dc6 (patch) | |
| tree | cbfae95154ac1533c7e1f8332dda152574d45d82 /meta-openstack | |
| parent | 388b9c450fc5d0298cf2a5c69de04b3849c3923f (diff) | |
| download | meta-cloud-services-e8755fe05a90b2f6c2d49dc09fedc72f255c7dc6.tar.gz | |
cinder: add networkx dependency
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb | 27 |
1 files changed, 27 insertions, 0 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 new file mode 100644 index 0000000..ff42031 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-networkx_1.8.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Python package for creating and manipulating graphs and networks" | ||
| 2 | HOMEPAGE = "http://networkx.lanl.gov/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ec88315ae06938d6c6f830327981d0f1" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "networkx" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "b4a9e68ecd1b0164446ee432d2e20bd0" | ||
| 13 | SRC_URI[sha256sum] = "b75ba675fd2831f60e3f5a028822a8f7b9993877854599e9694196f8b2f88233" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
