blob: 801233a0265cc48f79101937c140a817bfeb1c5c [file] [log] [blame]
Andrew Geissler4b7c1152020-11-30 19:55:29 -06001SUMMARY = "RADIUS tools"
2SECTION = "devel/python"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709"
5
6PYPI_PACKAGE = "pyrad"
7SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9"
8
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05009SRC_URI += "file://use-poetry-core.patch"
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011inherit pypi python_poetry_core
Patrick Williamsb542dec2023-06-09 01:26:37 -050012
13RDEPENDS:${PN} += " \
14 python3-crypt \
15 python3-io \
16 python3-logging \
17 python3-netaddr \
18 python3-six \
19"