summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
deleted file mode 100644
index f109b8a..0000000
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1DESCRIPTION = "An oslo.config enabled dogpile.cache"
2HOMEPAGE = "https://github.com/openstack/oslo.cache"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7PV = "1.14.0+git${SRCPV}"
8SRCREV = "f5b6ddf7d18a7e06e19712ca7a2509d658a08c4d"
9
10SRCNAME = "oslo.cache"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17# DEPENDS_default: python-pip
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
29# RDEPENDS_default:
30RDEPENDS_${PN} += " \
31 python-dogpile.cache \
32 python-six \
33 python-oslo.config \
34 python-oslo.i18n \
35 python-oslo.log \
36 python-oslo.utils \
37 "