From e5a58c97502b6deb584addceb6b993d464ec2edf Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 11 Dec 2019 11:15:11 +0800 Subject: python-cachetools: Remove the recipe Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-cachetools.inc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-cachetools.inc (limited to 'meta-openstack/recipes-devtools/python/python-cachetools.inc') 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 @@ -DESCRIPTION = "Extensible memoizing collections and decorators" -HOMEPAGE = "https://github.com/tkem/cachetools" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=96c958336b659af4dad628356c5e43b6" - -SRCNAME = "cachetools" - -PV = "1.1.5+git${SRCPV}" -SRCREV = "42853733d0caf68ef5bf5933a377572b05437e2c" - -SRC_URI = "git://github.com/tkem/${SRCNAME}.git" - -S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf