blob: ce16cc1787a61816c0ac5afee1c5d53c80e7f954 [file] [log] [blame]
Andrew Geisslerc87764f2020-06-27 00:16:32 -05001SUMMARY = "A network address manipulation library for Python."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
4
Patrick Williams73bd93f2024-02-20 08:07:48 -06005SRC_URI[sha256sum] = "f4da4222ca8c3f43c8e18a8263e5426c750a3a837fdfeccf74c68d0408eaa3bf"
Andrew Geisslerc87764f2020-06-27 00:16:32 -05006
7inherit pypi setuptools3
8
Patrick Williams213cb262021-08-07 19:21:33 -05009RDEPENDS:${PN} += " \
Patrick Williamsb542dec2023-06-09 01:26:37 -050010 python3-io \
11 python3-pprint \
12 python3-xml \
Andrew Geisslerc87764f2020-06-27 00:16:32 -050013"