From 93ccc3db29dbac229e6b16e9b25287e8634fcf1a Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 23 Nov 2020 23:00:43 +0800 Subject: python-mox: Remove recipe This package only supports python2. New uses of this library are discouraged. People are encouraged to use https://pypi.python.org/pypi/mock instead which matches the unittest.mock library available in Python 3. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-mox_0.5.3.bb | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb diff --git a/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb b/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb deleted file mode 100644 index bdd5fbe..0000000 --- a/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "Mock object framework" -HOMEPAGE = "https://github.com/dreamhost/cliff" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "6de7371e7e8bd9e2dad3fef2646f4a43" -SRC_URI[sha256sum] = "424ee725ee12652802b4e86571f816059b0d392401ceae70bf6487d65602cba9" - -inherit distutils3 pypi - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf