diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-11-29 10:56:31 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-01 23:17:09 -0500 |
| commit | a32e35c4916b7dbc3282d0a006273f1487f6ebee (patch) | |
| tree | f07025ea849e76af8164e099bab91a5d3cd91aaf /meta-openstack/recipes-devtools/python/python-dogpile.core.inc | |
| parent | 0c4f5e0c3a6aa6ce8af076a9e7403dec800d1f44 (diff) | |
| download | meta-cloud-services-a32e35c4916b7dbc3282d0a006273f1487f6ebee.tar.gz | |
python-dogpile.core: Add python3 version
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-dogpile.core.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-dogpile.core.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.core.inc b/meta-openstack/recipes-devtools/python/python-dogpile.core.inc new file mode 100644 index 0000000..9824321 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-dogpile.core.inc | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045" | ||
| 8 | SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | |||
