diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslotest_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb index 58b79b6..d08e107 100644 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb | |||
| @@ -6,11 +6,11 @@ SECTION = "devel/python" | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 8 | 8 | ||
| 9 | PV = "1.12.0+git${SRCPV}" | 9 | PV = "2.10.0+git${SRCPV}" |
| 10 | SRCREV = "b5e355fcecdf7727fe33e355c4f87d1971b5fef5" | 10 | SRCREV = "a8c5ed4008963a3436f4a4932ac544f5ee4c283b" |
| 11 | 11 | ||
| 12 | SRCNAME = "oslotest" | 12 | SRCNAME = "oslotest" |
| 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| @@ -22,11 +22,14 @@ DEPENDS += "\ | |||
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} = "python-fixtures \ | 23 | RDEPENDS_${PN} = "python-fixtures \ |
| 24 | python-subunit \ | 24 | python-subunit \ |
| 25 | python-six \ | ||
| 25 | python-testrepository \ | 26 | python-testrepository \ |
| 26 | python-testscenarios \ | 27 | python-testscenarios \ |
| 27 | python-testtools \ | 28 | python-testtools \ |
| 28 | python-mock \ | 29 | python-mock \ |
| 29 | python-mox \ | 30 | python-mox3 \ |
| 31 | python-os-client-config \ | ||
| 32 | python-debtcollector \ | ||
| 30 | python-pbr \ | 33 | python-pbr \ |
| 31 | bash \ | 34 | bash \ |
| 32 | " | 35 | " |
