Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 1 | SUMMARY = "RADIUS tools" |
| 2 | SECTION = "devel/python" |
| 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" |
| 5 | |
| 6 | PYPI_PACKAGE = "pyrad" |
| 7 | SRC_URI[sha256sum] = "057de4b7e89d8da57ba782c1bde45c63ebee720ae2c0b0a69beaff15c47e30d9" |
| 8 | |
Patrick Williams | db4c27e | 2022-08-05 08:10:29 -0500 | [diff] [blame] | 9 | SRC_URI += "file://use-poetry-core.patch" |
| 10 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 11 | inherit pypi python_poetry_core |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 12 | |
| 13 | RDEPENDS:${PN} += " \ |
| 14 | python3-crypt \ |
| 15 | python3-io \ |
| 16 | python3-logging \ |
| 17 | python3-netaddr \ |
| 18 | python3-six \ |
| 19 | " |