summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-positional_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-positional_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-positional_git.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_git.bb b/meta-openstack/recipes-devtools/python/python-positional_git.bb
new file mode 100644
index 0000000..821d704
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-positional_git.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Library to enforce positional or key-word arguments"
2HOMEPAGE = "https://github.com/morganfainberg/positional"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"
6
7SRCNAME = "positional"
8SRC_URI = "git://github.com/morganfainberg/positional \
9"
10
11PV = "1.1.1+git${SRCPV}"
12SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f"
13
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18CLEANBROKEN = "1"
19
20RDEPENDS_${PN} += " \
21 python-wrapt \
22" \ No newline at end of file