summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorYishai Jaffe <yishai1999@gmail.com>2025-07-08 20:14:18 +0300
committerKhem Raj <raj.khem@gmail.com>2025-07-09 09:16:04 -0700
commit0273ea57e975041327ea203a874dbd1974896b0c (patch)
treee5a16a95bc5161caf0de9093cbc893c3b1b74d60 /meta-python
parentc4a023c81afa92b8a42dbb7fe3b169657cdb391f (diff)
downloadmeta-openembedded-0273ea57e975041327ea203a874dbd1974896b0c.tar.gz
python3-rstr: added recipe
Added rstr python package Signed-off-by: Yishai Jaffe <yishai1999@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb b/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
new file mode 100644
index 0000000000..1af7a3bc8f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "Random Strings in Python"
2HOMEPAGE = "https://github.com/leapfrogonline/rstr"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5c15c04f1cdbd42c6152066f0b02102a"
5
6SRC_URI[sha256sum] = "c4a564d4dfb4472d931d145c43d1cf1ad78c24592142e7755b8866179eeac012"
7
8inherit pypi python_setuptools_build_meta
9
10DEPENDS += "python3-setuptools-scm-native"
11
12BBCLASSEXTEND = "native nativesdk"