summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:02:49 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:36 -0400
commit3ae1769b3520eb3d21012a61f328494e672a99cd (patch)
tree0f9fa050866a581ffa3dced97e62a294b564ba89 /meta-openstack/recipes-devtools/python
parent5842513569f1cc7e18e0504fbd7122a41cbc10bf (diff)
downloadmeta-cloud-services-3ae1769b3520eb3d21012a61f328494e672a99cd.tar.gz
python-microversion-parse: initial version (v0.1.4)
Required by stable/pike version of python-nova. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
new file mode 100644
index 0000000..d83ff00
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-microversion-parse_git.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Simple library for parsing OpenStack microversion headers."
2HOMEPAGE = "https://github.com/openstack/microversion-parse"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
6
7SRC_URI = "\
8 git://github.com/openstack/microversion-parse.git;branch=master \
9 "
10
11PV = "0.1.4+git${SRCPV}"
12SRCREV = "1f6eac7c3df048679663919f75c2bcecd3e183a2"
13S = "${WORKDIR}/git"
14
15inherit setuptools
16
17DEPENDS += " \
18 "
19
20RDEPENDS_${PN} += " \
21 "
22 \ No newline at end of file