diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-11 11:15:11 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-12 12:28:32 -0500 |
| commit | e5a58c97502b6deb584addceb6b993d464ec2edf (patch) | |
| tree | e56bbb942bbabe7d5a457655c19c1b585b6aa2af /meta-openstack/recipes-devtools/python/python-cachetools.inc | |
| parent | e62a7c090171c794769712bb28672c446a9f20c5 (diff) | |
| download | meta-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/recipes-devtools/python/python-cachetools.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cachetools.inc | 14 |
1 files changed, 0 insertions, 14 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 @@ | |||
| 1 | DESCRIPTION = "Extensible memoizing collections and decorators" | ||
| 2 | HOMEPAGE = "https://github.com/tkem/cachetools" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=96c958336b659af4dad628356c5e43b6" | ||
| 6 | |||
| 7 | SRCNAME = "cachetools" | ||
| 8 | |||
| 9 | PV = "1.1.5+git${SRCPV}" | ||
| 10 | SRCREV = "42853733d0caf68ef5bf5933a377572b05437e2c" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/tkem/${SRCNAME}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
