diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-29 11:37:48 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-30 03:57:49 +0000 |
| commit | 18684ba4f2c48765dda9e9560a077a59ec619674 (patch) | |
| tree | 36fe40a99dfe01214958370ff3fafb49a939be9c /meta-openstack/recipes-devtools/python/python-oslotest_git.bb | |
| parent | aecaeb1ca573eeee1547379d22de37f714f166c2 (diff) | |
| download | meta-cloud-services-18684ba4f2c48765dda9e9560a077a59ec619674.tar.gz | |
python3-oslotest: Change python to python3
upgrade 2.17.0 -> 2.17.2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslotest_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslotest_git.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python-oslotest_git.bb deleted file mode 100644 index 7505100..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslotest_git.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | DESCRIPTION = "OpenStack test framework and test fixtures. \ | ||
| 2 | The oslotest package can be cross-tested against its consuming projects to ensure \ | ||
| 3 | that no changes to the library break the tests in those other projects." | ||
| 4 | HOMEPAGE = "https://pypi.python.org/pypi/oslotest" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | LICENSE = "Apache-2.0" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 8 | |||
| 9 | PV = "2.17.0+git${SRCPV}" | ||
| 10 | SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924" | ||
| 11 | |||
| 12 | SRCNAME = "oslotest" | ||
| 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += "\ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} = "python-fixtures \ | ||
| 29 | python-subunit \ | ||
| 30 | python-six \ | ||
| 31 | python-testrepository \ | ||
| 32 | python-testtools \ | ||
| 33 | python-mock \ | ||
| 34 | python-mox3 \ | ||
| 35 | python-os-client-config \ | ||
| 36 | python-debtcollector \ | ||
| 37 | bash \ | ||
| 38 | " | ||
| 39 | |||
