diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb index db2869c..762d2bb 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_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.serialization" | 7 | SRCNAME = "oslo.serialization" |
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" |
| 11 | 9 | ||
| 12 | PV = "1.3.0" | 10 | PV = "1.4.0" |
| 13 | SRCREV = "c89b3f80393b224e4c93f546bc00a4a36c5fb279" | 11 | SRCREV = "7bfd5dece0f22dbdea1c3e524dbc0eca1f70f1b7" |
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| 16 | inherit setuptools | 14 | inherit setuptools |
| @@ -24,5 +22,10 @@ DEPENDS += " \ | |||
| 24 | 22 | ||
| 25 | # RDEPENDS_default: | 23 | # RDEPENDS_default: |
| 26 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS_${PN} += " \ |
| 25 | python-babel \ | ||
| 26 | python-iso8601 \ | ||
| 27 | python-oslo.utils \ | ||
| 27 | python-pbr \ | 28 | python-pbr \ |
| 29 | python-pytz \ | ||
| 30 | python-six \ | ||
| 28 | " | 31 | " |
