aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-pbr.inc
blob: bfe3030b0734f959c29eeb0f7c6973a933b506a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Python Build Reasonableness"
DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run"
HOMEPAGE = "https://pypi.python.org/pypi/pbr"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"

SRC_URI[md5sum] = "dbc94417a8ff0432d6244501a7f1bd49"
SRC_URI[sha256sum] = "f59d71442f9ece3dffc17bc36575768e1ee9967756e6b6535f0ee1f0054c3d68"

inherit pypi

RDEPENDS_${PN} += "${PYTHON_PN}-pip"

BBCLASSEXTEND = "native nativesdk"