aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-positional_git.bb
blob: 821d7047050509765331d884cd19889435ab96bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Library to enforce positional or key-word arguments"
HOMEPAGE = "https://github.com/morganfainberg/positional"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376"

SRCNAME = "positional"
SRC_URI = "git://github.com/morganfainberg/positional \
"

PV = "1.1.1+git${SRCPV}"
SRCREV = "1f5e9fc0f50e9e774fc4db27f97f9acae5f0c29f"

S = "${WORKDIR}/git"

inherit setuptools

CLEANBROKEN = "1"

RDEPENDS_${PN} += " \
    python-wrapt \
"