blob: 0e64501c32b238a4ab6a74d36a3a2c71e528f3ef [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "Python Build Reasonableness"
2DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run"
3HOMEPAGE = "https://pypi.python.org/pypi/pbr"
4SECTION = "devel/python"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008inherit pypi
9
10RDEPENDS_${PN} += "${PYTHON_PN}-pip"
11
12BBCLASSEXTEND = "native nativesdk"