xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python-pbr.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Python Build Reasonableness"
2*4882a593SmuzhiyunDESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run"
3*4882a593SmuzhiyunHOMEPAGE = "https://pypi.org/project/pbr"
4*4882a593SmuzhiyunSECTION = "devel/python"
5*4882a593SmuzhiyunLICENSE = "Apache-2.0"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRC_URI += "file://0001-change-shebang-to-python3.patch"
9*4882a593Smuzhiyun
10*4882a593Smuzhiyuninherit pypi
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunRDEPENDS:${PN} += "${PYTHON_PN}-pip"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
15