summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 11:15:11 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commite5a58c97502b6deb584addceb6b993d464ec2edf (patch)
treee56bbb942bbabe7d5a457655c19c1b585b6aa2af /meta-openstack
parente62a7c090171c794769712bb28672c446a9f20c5 (diff)
downloadmeta-cloud-services-e5a58c97502b6deb584addceb6b993d464ec2edf.tar.gz
python-cachetools: Remove the recipe
Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cachetools.inc14
-rw-r--r--meta-openstack/recipes-devtools/python/python-cachetools_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-cachetools_git.bb2
3 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cachetools.inc b/meta-openstack/recipes-devtools/python/python-cachetools.inc
deleted file mode 100644
index a67794f..0000000
--- a/meta-openstack/recipes-devtools/python/python-cachetools.inc
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "Extensible memoizing collections and decorators"
2HOMEPAGE = "https://github.com/tkem/cachetools"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=96c958336b659af4dad628356c5e43b6"
6
7SRCNAME = "cachetools"
8
9PV = "1.1.5+git${SRCPV}"
10SRCREV = "42853733d0caf68ef5bf5933a377572b05437e2c"
11
12SRC_URI = "git://github.com/tkem/${SRCNAME}.git"
13
14S = "${WORKDIR}/git"
diff --git a/meta-openstack/recipes-devtools/python/python-cachetools_git.bb b/meta-openstack/recipes-devtools/python/python-cachetools_git.bb
deleted file mode 100644
index ff0049f..0000000
--- a/meta-openstack/recipes-devtools/python/python-cachetools_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-cachetools.inc
2inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python3-cachetools_git.bb b/meta-openstack/recipes-devtools/python/python3-cachetools_git.bb
deleted file mode 100644
index 14e8b8c..0000000
--- a/meta-openstack/recipes-devtools/python/python3-cachetools_git.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-cachetools.inc
2inherit setuptools3