mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-09 12:40:13 +00:00
python3-pyrad: upgrade 2.4-> 2.5.2
1.ChangeLog Fix readthedocs 2.Remove following patches as they were merged upstream use-poetry-core.patch 208.patch 3.Change license checksum as position of License Info has changed in PKG-INFO file. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
19
meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb
Normal file
19
meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "RADIUS tools"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=53dbfa56f61b90215a9f8f0d527c043d"
|
||||
|
||||
PYPI_PACKAGE = "pyrad"
|
||||
SRC_URI[sha256sum] = "368e8d3cb7b9e2ca9e4357b343787238bf135edd3f3598cf26ccd65d32506ff9"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-crypt \
|
||||
python3-io \
|
||||
python3-logging \
|
||||
python3-netaddr \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "pyrad"
|
||||
Reference in New Issue
Block a user