From 18684ba4f2c48765dda9e9560a077a59ec619674 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 29 Jun 2020 11:37:48 +0800 Subject: python3-oslotest: Change python to python3 upgrade 2.17.0 -> 2.17.2 Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python3-oslotest_git.bb | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-oslotest_git.bb (limited to 'meta-openstack/recipes-devtools/python/python3-oslotest_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb new file mode 100644 index 0000000..ecc0672 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb @@ -0,0 +1,39 @@ +DESCRIPTION = "OpenStack test framework and test fixtures. \ +The oslotest package can be cross-tested against its consuming projects to ensure \ +that no changes to the library break the tests in those other projects." +HOMEPAGE = "https://pypi.python.org/pypi/oslotest" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +PV = "2.17.2+git${SRCPV}" +SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740" + +SRCNAME = "oslotest" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +DEPENDS += "\ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} = "python3-fixtures \ + python3-subunit \ + python3-six \ + python3-testrepository \ + python3-testtools \ + python3-mock \ + python3-mox3 \ + python3-os-client-config \ + python3-debtcollector \ + bash \ +" + -- cgit v1.2.3-54-g00ecf