mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-20 16:20:31 +00:00
python3-pyrad: Upgrade 2.5.2 -> 2.5.4
Upgrade to release 2.5.4: - Remove python2 leftovers - Add support for Ascend-Data-Filter "delete" keyword Signed-off-by: Leon Anavi <leon.anavi@konsulko.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.4.bb
Normal file
19
meta-python/recipes-devtools/python/python3-pyrad_2.5.4.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] = "e039c48a026c988d49276bd7c75795f55e0e4c2788f7ddf09419ce0e191a154d"
|
||||
|
||||
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