mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Remove assignments to PYPI_PACKAGE where the value is the default value, that is the recipe name with any python3- prefix removed. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
21 lines
485 B
BlitzBasic
21 lines
485 B
BlitzBasic
SUMMARY = "RADIUS tools"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=53dbfa56f61b90215a9f8f0d527c043d"
|
|
|
|
SRC_URI[sha256sum] = "e039c48a026c988d49276bd7c75795f55e0e4c2788f7ddf09419ce0e191a154d"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
DEPENDS += "python3-wheel-native"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-crypt \
|
|
python3-io \
|
|
python3-logging \
|
|
python3-netaddr \
|
|
python3-six \
|
|
"
|
|
|
|
CVE_PRODUCT = "pyrad"
|