diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-08 13:01:28 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-10 15:59:16 -0500 |
| commit | 9fa2e762a571bcb7f68d2da7a178efbe85eb73bf (patch) | |
| tree | 93dccf9811e7afb63c4d237ac80ee641f37871fd /meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb | |
| parent | c6ba57edc7507302309744f98c6550dea3ebf68a (diff) | |
| download | meta-cloud-services-9fa2e762a571bcb7f68d2da7a178efbe85eb73bf.tar.gz | |
python3-dogpile.cache: upgrade 1.0.2 -> 1.1.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb new file mode 100644 index 0000000..627d7db --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.1.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "3cf83a593a1a1bc17b89d14917f66ef0" | ||
| 8 | SRC_URI[sha256sum] = "40147b19696f387415a7efaaa4cf8ea0b5d31bdd1b53e5187e75d48ddfee9f0e" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python3-decorator \ | ||
| 14 | python3-logging \ | ||
| 15 | python3-numbers \ | ||
| 16 | python3-stevedore \ | ||
| 17 | " | ||
| 18 | |||
| 19 | |||
