summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb21
-rw-r--r--meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb18
2 files changed, 18 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb b/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
deleted file mode 100644
index 68cb67b..0000000
--- a/meta-openstack/recipes-devtools/python/python-zake_0.2.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library."
2HOMEPAGE = "https://github.com/yahoo/Zake"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=33573af7505a94ff3d122a7920b2c735"
6
7SRC_URI[md5sum] = "bd8db293a78c22171ecfdd54f4d65c63"
8SRC_URI[sha256sum] = "2e5bcb215e366e682fd05dd1df4f2e6affceefa5d3781c2987a21fd597659a21"
9
10inherit setuptools3 pypi
11
12# DEPENDS_default: python-pip
13
14DEPENDS += " \
15 python-pip \
16 "
17
18# RDEPENDS_default:
19RDEPENDS_${PN} += " \
20 python-kazoo \
21 "
diff --git a/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb b/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
new file mode 100644
index 0000000..700bf85
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-zake_0.2.2.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library."
2HOMEPAGE = "https://github.com/yahoo/Zake"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=14e79e6983dbd678bbe0ff17229d8fc1"
6
7SRC_URI[md5sum] = "076dcb58f5cb8b50f575fc0ca7e810b9"
8SRC_URI[sha256sum] = "5a50859931c4f666d318b74d1c407a6150dd5194e4c5812d071a5c7c7cefe4e6"
9
10inherit setuptools3 pypi
11
12DEPENDS += " \
13 python3-pip \
14 "
15
16RDEPENDS_${PN} += " \
17 python3-kazoo \
18 "