summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-dogpile.cache.inc12
-rw-r--r--meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb14
3 files changed, 14 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
deleted file mode 100644
index 5074acf..0000000
--- a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock"
2HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e8d5890806254a2648269bb4029f74c6"
6
7SRC_URI[md5sum] = "d48b4752b404e2e2a33f984d261fff7d"
8SRC_URI[sha256sum] = "b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b"
9
10inherit pypi
11
12
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
deleted file mode 100644
index ccfb292..0000000
--- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1inherit setuptools3
2require python-dogpile.cache.inc
3
4
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
new file mode 100644
index 0000000..82057a6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
@@ -0,0 +1,14 @@
1DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock"
2HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d"
6
7SRC_URI[md5sum] = "a325ec142d690269573a872e24fc1cb6"
8SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef"
9
10inherit setuptools3 pypi
11
12RDEPENDS_${PN} += "python3-decorator"
13
14