From 14ea1e83ea6ab5f6435b274a0e7337642526de01 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 16 Jun 2020 22:07:53 +0800 Subject: python3-mox3: Change python to python3 upgrade 0.28.0 -> 1.1.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-mox3_0.28.0.bb | 24 ---------------------- .../recipes-devtools/python/python3-mox3_1.1.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb deleted file mode 100644 index 770569b..0000000 --- a/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "mox3: mock object framework for Python" -HOMEPAGE = "https://pypi.python.org/pypi/mox3" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "c930d8479996541b04447a67e96e4a62" -SRC_URI[sha256sum] = "8094868e70f814b4a526ecc592365437bc93a7dd60341321344987b3e8dba49d" - -inherit setuptools3 pypi - -DEPENDS += "\ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-fixtures \ -" diff --git a/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb new file mode 100644 index 0000000..9608077 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-mox3_1.1.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "mox3: mock object framework for Python" +HOMEPAGE = "https://pypi.python.org/pypi/mox3" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[md5sum] = "0eff74d3a85ec4d4dc6acf7f524ca816" +SRC_URI[sha256sum] = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c" + +inherit setuptools3 pypi + +DEPENDS += "\ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-fixtures \ +" -- cgit v1.2.3-54-g00ecf