summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyrad_2.5.2.bb
diff options
context:
space:
mode:
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.bb19
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 @@
1SUMMARY = "RADIUS tools"
2SECTION = "devel/python"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=53dbfa56f61b90215a9f8f0d527c043d"
5
6PYPI_PACKAGE = "pyrad"
7SRC_URI[sha256sum] = "368e8d3cb7b9e2ca9e4357b343787238bf135edd3f3598cf26ccd65d32506ff9"
8
9inherit pypi python_poetry_core
10
11RDEPENDS:${PN} += " \
12 python3-crypt \
13 python3-io \
14 python3-logging \
15 python3-netaddr \
16 python3-six \
17"
18
19CVE_PRODUCT = "pyrad"