diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-02-16 14:29:52 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-16 10:25:51 -0800 |
| commit | d33bd1995525f23935e9b74c93195bca0f3beb84 (patch) | |
| tree | acbb21b4443b55f62f9ee9137d642a776f221cf7 /meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb | |
| parent | 450dd90aab07a1186132a08c4a451d4110820b8c (diff) | |
| download | meta-openembedded-d33bd1995525f23935e9b74c93195bca0f3beb84.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb new file mode 100644 index 0000000000..404e26381b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.5.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "RADIUS tools" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=53dbfa56f61b90215a9f8f0d527c043d" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "pyrad" | ||
| 7 | SRC_URI[sha256sum] = "e039c48a026c988d49276bd7c75795f55e0e4c2788f7ddf09419ce0e191a154d" | ||
| 8 | |||
| 9 | inherit pypi python_poetry_core | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += " \ | ||
| 12 | python3-crypt \ | ||
| 13 | python3-io \ | ||
| 14 | python3-logging \ | ||
| 15 | python3-netaddr \ | ||
| 16 | python3-six \ | ||
| 17 | " | ||
| 18 | |||
| 19 | CVE_PRODUCT = "pyrad" | ||
