From f940b9d81d1f3d20f48da2a486ebfd334be0209a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:01 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-fasteners_git.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-fasteners_git.bb (limited to 'meta-openstack/recipes-devtools/python/python-fasteners_git.bb') 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 @@ +DESCRIPTION = "A python package that provides useful locks." +HOMEPAGE = "https://github.com/harlowja/fasteners" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" + +SRCNAME = "fasteners" + +PV = "0.13.0+git${SRCPV}" +SRCREV = "c055890c98f67c343ff445973cd4efee67f081ce" + +SRC_URI = "git://github.com/harlowja/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf