aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb
blob: aee73f6a06bf693e0561b4cb0d50bacb28556af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"

SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e"
SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0"

inherit setuptools pypi

CLEANBROKEN = "1"

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