diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.context_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb index ec2651e..3543cae 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | |||
| @@ -4,13 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.context" | 7 | SRCNAME = "oslo.context" |
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
| 11 | 9 | ||
| 12 | PV = "0.1.0" | 10 | PV = "0.8.0+git${SRCPV}" |
| 13 | SRCREV = "205479f254e2bc90c0c142f1f75df500ae94f916" | 11 | SRCREV = "5e677dc2322618dc9b4ac7683b24f91e4e7f5ce2" |
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| 16 | inherit setuptools | 14 | inherit setuptools |
| @@ -25,4 +23,5 @@ DEPENDS += " \ | |||
| 25 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
| 26 | bash \ | 24 | bash \ |
| 27 | python-pbr \ | 25 | python-pbr \ |
| 26 | python-babel \ | ||
| 28 | " | 27 | " |
