diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cachetools_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cachetools_git.bb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cachetools_git.bb b/meta-openstack/recipes-devtools/python/python-cachetools_git.bb index f3d89b3..ff0049f 100644 --- a/meta-openstack/recipes-devtools/python/python-cachetools_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cachetools_git.bb | |||
| @@ -1,16 +1,2 @@ | |||
| 1 | DESCRIPTION = "Extensible memoizing collections and decorators" | 1 | require python-cachetools.inc |
| 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" | ||
| 15 | |||
| 16 | inherit setuptools | 2 | inherit setuptools |
