summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
blob: 21b596fc48b53b6daf597e7a6ebfe0b4a449e1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock"
HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d"

SRC_URI[md5sum] = "a325ec142d690269573a872e24fc1cb6"
SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef"

inherit setuptools3 pypi

RDEPENDS_${PN} += " \
	python3-decorator \
	python3-logging \
	python3-numbers \
	python3-stevedore \
"