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 --- .../recipes-devtools/python/python-oslotest_git.bb | 39 ---------------------- .../python/python3-oslotest_git.bb | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslotest_git.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-oslotest_git.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ -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.0+git${SRCPV}" -SRCREV = "aea2b5cfd6442195f7ee479e21664631825af924" - -SRCNAME = "oslotest" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" - -S = "${WORKDIR}/git" - -inherit setuptools3 - -DEPENDS += "\ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} = "python-fixtures \ - python-subunit \ - python-six \ - python-testrepository \ - python-testtools \ - python-mock \ - python-mox3 \ - python-os-client-config \ - python-debtcollector \ - bash \ -" - 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