diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-pbr_7.0.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pbr_7.0.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pbr_7.0.1.bb b/meta/recipes-devtools/python/python3-pbr_7.0.1.bb new file mode 100644 index 0000000000..6878fa0967 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pbr_7.0.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Python Build Reasonableness" | ||
| 2 | DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run" | ||
| 3 | HOMEPAGE = "https://pypi.org/project/pbr" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "Apache-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "python3-pip" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "3ecbcb11d2b8551588ec816b3756b1eb4394186c3b689b17e04850dfc20f7e57" | ||
