diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.log_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.log_git.bb | 12 |
1 files changed, 7 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..d4f7fe0 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" |
| 11 | 9 | ||
| 12 | PV = "0.3.0" | 10 | PV = "1.13.0+git${SRCPV}" |
| 13 | SRCREV = "5139941a0c8d63ae33421a2082e35fae0f800b67" | 11 | SRCREV = "60d9aa05d45bf948106f79ad7257080a731af6c5" |
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| 16 | inherit setuptools | 14 | inherit setuptools |
| @@ -25,10 +23,14 @@ DEPENDS += " \ | |||
| 25 | RDEPENDS_${PN} += " \ | 23 | RDEPENDS_${PN} += " \ |
| 26 | bash \ | 24 | bash \ |
| 27 | python-pbr \ | 25 | python-pbr \ |
| 26 | python-six \ | ||
| 27 | python-babel \ | ||
| 28 | python-iso8601 \ | 28 | python-iso8601 \ |
| 29 | python-oslo.config \ | 29 | python-oslo.config \ |
| 30 | python-oslo.context \ | 30 | python-oslo.context \ |
| 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-pyinotify \ | ||
| 35 | python-debtcollector \ | ||
| 34 | " | 36 | " |
