summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb
deleted file mode 100644
index 215c63f..0000000
--- a/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "mox3: mock object framework for Python"
2HOMEPAGE = "https://pypi.python.org/pypi/mox3"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6
7SRC_URI[md5sum] = "fa4fd9d9a12c388707c1579e2a6338dc"
8SRC_URI[sha256sum] = "210ccaf5829de3e133f0fb8ab798cdb82663aae09b715130fc4765f18234162a"
9
10inherit setuptools pypi
11
12DEPENDS += "\
13 python-pbr \
14 "
15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
21RDEPENDS_${PN} += " \
22 python-pbr \
23 python-fixtures \
24"