Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 1 | SUMMARY = "RDFLib is a pure Python package for working with RDF" |
| 2 | LICENSE = "BSD-3-Clause" |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame^] | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37d489c0cefe52a17e1d5007e196464a" |
Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 4 | |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame^] | 5 | SRC_URI[sha256sum] = "72af591ff704f4caacea7ecc0c5a9056b8553e0489dd4f35a9bc52dbd41522e0" |
Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 6 | |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame^] | 7 | inherit pypi python_poetry_core |
Patrick Williams | 2194f50 | 2022-10-16 14:26:09 -0500 | [diff] [blame] | 8 | |
| 9 | RDEPENDS:${PN} += " \ |
| 10 | ${PYTHON_PN}-isodate \ |
| 11 | ${PYTHON_PN}-pyparsing \ |
| 12 | ${PYTHON_PN}-logging \ |
| 13 | ${PYTHON_PN}-numbers \ |
| 14 | ${PYTHON_PN}-xml \ |
| 15 | ${PYTHON_PN}-compression \ |
| 16 | ${PYTHON_PN}-core \ |
| 17 | " |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |