diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb index bfcbe31..1518717 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.log_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=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.log" | 7 | SRCNAME = "oslo.log" |
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo" |
| 11 | 9 | ||
| 12 | PV = "0.3.0" | 10 | PV = "1.0.0" |
| 13 | SRCREV = "5139941a0c8d63ae33421a2082e35fae0f800b67" | 11 | SRCREV = "4f01e7e540e5cc6b26d32f2bc56dccd3fcd21920" |
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| 16 | inherit setuptools | 14 | inherit setuptools |
| @@ -24,6 +22,8 @@ DEPENDS += " \ | |||
| 24 | # RDEPENDS_default: | 22 | # RDEPENDS_default: |
| 25 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
| 26 | bash \ | 24 | bash \ |
| 25 | python-babel \ | ||
| 26 | python-debtcollector \ | ||
| 27 | python-pbr \ | 27 | python-pbr \ |
| 28 | python-iso8601 \ | 28 | python-iso8601 \ |
| 29 | python-oslo.config \ | 29 | python-oslo.config \ |
| @@ -31,4 +31,5 @@ RDEPENDS_${PN} += " \ | |||
| 31 | python-oslo.i18n \ | 31 | python-oslo.i18n \ |
| 32 | python-oslo.utils \ | 32 | python-oslo.utils \ |
| 33 | python-oslo.serialization\ | 33 | python-oslo.serialization\ |
| 34 | python-six \ | ||
| 34 | " | 35 | " |
