diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-positional_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-positional_git.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "Library to enforce positional or key-word arguments" | ||
| 2 | HOMEPAGE = "https://github.com/morganfainberg/positional" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" | ||
| 6 | |||
| 7 | SRCNAME = "positional" | ||
| 8 | SRC_URI = "git://github.com/morganfainberg/positional \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV = "1.1.1+git${SRCPV}" | ||
| 12 | SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | CLEANBROKEN = "1" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-wrapt \ | ||
| 22 | " \ No newline at end of file | ||
