Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities" |
| 2 | HOMEPAGE = "http://py.readthedocs.io/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" |
| 5 | |
| 6 | SRC_URI[md5sum] = "42c67de84b07ac9cc867b8b70843a45b" |
| 7 | SRC_URI[sha256sum] = "5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa" |
| 8 | |
| 9 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
| 10 | |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 11 | inherit pypi setuptools3 |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |
Andrew Geissler | 7f40b71 | 2020-05-15 14:09:53 -0500 | [diff] [blame] | 14 | |
| 15 | RDEPENDS_${PN} += "${PYTHON_PN}-netclient" |