diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb b/meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb new file mode 100644 index 0000000000..415a8a8212 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyrad_2.5.2.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] = "368e8d3cb7b9e2ca9e4357b343787238bf135edd3f3598cf26ccd65d32506ff9" | ||
| 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" | ||
