diff options
| author | Mark Asselstine <asselsm@gmail.com> | 2016-02-03 20:41:01 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:17 -0500 |
| commit | f940b9d81d1f3d20f48da2a486ebfd334be0209a (patch) | |
| tree | 8ae8e8318aee6045594ae98bbb034559df2a70fe /meta-openstack | |
| parent | a70b5676cd762e35b2b39a59dfb56d01f2edbd7d (diff) | |
| download | meta-cloud-services-f940b9d81d1f3d20f48da2a486ebfd334be0209a.tar.gz | |
python-fasteners: initial version
This package provides a python package that provides useful locks.
This package is required by oslo-concurrency, taskflow and others.
Signed-off-by: Mark Asselstine <asselsm@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-fasteners_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fasteners_git.bb b/meta-openstack/recipes-devtools/python/python-fasteners_git.bb new file mode 100644 index 0000000..5f496bc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-fasteners_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "A python package that provides useful locks." | ||
| 2 | HOMEPAGE = "https://github.com/harlowja/fasteners" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" | ||
| 6 | |||
| 7 | SRCNAME = "fasteners" | ||
| 8 | |||
| 9 | PV = "0.13.0+git${SRCPV}" | ||
| 10 | SRCREV = "c055890c98f67c343ff445973cd4efee67f081ce" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/harlowja/${SRCNAME}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # RDEPENDS_default: | ||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | python-pbr \ | ||
| 26 | " | ||
