summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mox_0.5.3.bb')
-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}"