summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
index d81698f..9592660 100644
--- a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
@@ -1,4 +1,12 @@
1require python-dogpile.core.inc 1DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage."
2inherit setuptools3 2HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433"
6
7SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045"
8SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76"
9
10inherit setuptools3 pypi
3 11
4 12