mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-custom-inherit: Update version 2.3.1 -> 2.4.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "A Python package that provides customized docstring inheritance schemes between derived classes and their parents."
|
||||
HOMEPAGE = "https://github.com/rsokl/custom_inherit"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f910a85a4c3da51edf780f17a7608434"
|
||||
|
||||
PYPI_PACKAGE = "custom_inherit"
|
||||
|
||||
SRC_URI[sha256sum] = "7052eb337bcce83551815264391cc4efc2bf70b295a3c52aba64f1ab57c3a8a2"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-json \
|
||||
python3-stringold \
|
||||
"
|
||||
Reference in New Issue
Block a user