summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pbr_7.0.1.bb
diff options
context:
space:
mode:
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.bb14
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 @@
1SUMMARY = "Python Build Reasonableness"
2DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run"
3HOMEPAGE = "https://pypi.org/project/pbr"
4SECTION = "devel/python"
5LICENSE = "Apache-2.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += "python3-pip"
11
12BBCLASSEXTEND = "native nativesdk"
13
14SRC_URI[sha256sum] = "3ecbcb11d2b8551588ec816b3756b1eb4394186c3b689b17e04850dfc20f7e57"