mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
c4a023c81a
commit
0273ea57e9
12
meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
Normal file
12
meta-python/recipes-devtools/python/python3-rstr_3.2.2.bb
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
DESCRIPTION = "Random Strings in Python"
|
||||
HOMEPAGE = "https://github.com/leapfrogonline/rstr"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5c15c04f1cdbd42c6152066f0b02102a"
|
||||
|
||||
SRC_URI[sha256sum] = "c4a564d4dfb4472d931d145c43d1cf1ad78c24592142e7755b8866179eeac012"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Loading…
Reference in New Issue
Block a user