summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb3
-rw-r--r--meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb27
2 files changed, 30 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 389385c..a4e07d1 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -199,6 +199,9 @@ RDEPENDS_${PN} += "python-greenlet \
199 python-retrying \ 199 python-retrying \
200 python-glancestore \ 200 python-glancestore \
201 python-oslo.vmware \ 201 python-oslo.vmware \
202 python-glancestore \
203 python-enum34 \
204 python-semantic-version \
202 " 205 "
203 206
204RDEPENDS_${SRCNAME} = "${PN} \ 207RDEPENDS_${SRCNAME} = "${PN} \
diff --git a/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb
new file mode 100644
index 0000000..746d646
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "A library which provides a few tools to handle SemVer in Python."
2HOMEPAGE = "http://pypi.python.org/pypi/semantic_version"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dcaa0740d59f8f13ef05a3d0ed7313"
6
7SRCNAME = "semantic_version"
8SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "fd7d5ade76e78d8540b9a4044496a57c"
11SRC_URI[sha256sum] = "7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15#export BUILD_SYS
16#export HOST_SYS
17
18inherit setuptools
19
20# DEPENDS_default: python-pip
21
22DEPENDS += " \
23 "
24
25# RDEPENDS_default:
26RDEPENDS_${PN} += " \
27 "