summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-11-23 23:00:43 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-01 16:27:22 -0500
commit93ccc3db29dbac229e6b16e9b25287e8634fcf1a (patch)
tree36eb1314c5794a80b62488b676354e21a8e195e1
parent5c44e6f076e5f9cfba71dc10f93325f7c1f15455 (diff)
downloadmeta-cloud-services-93ccc3db29dbac229e6b16e9b25287e8634fcf1a.tar.gz
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 <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb15
1 files changed, 0 insertions, 15 deletions
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 @@
1DESCRIPTION = "Mock object framework"
2HOMEPAGE = "https://github.com/dreamhost/cliff"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI[md5sum] = "6de7371e7e8bd9e2dad3fef2646f4a43"
8SRC_URI[sha256sum] = "424ee725ee12652802b4e86571f816059b0d392401ceae70bf6487d65602cba9"
9
10inherit distutils3 pypi
11
12DISTUTILS_INSTALL_ARGS = "--root=${D} \
13 --prefix=${prefix} \
14 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
15 --install-data=${datadir}"