blob: 6c97c374e07b15998060aa3eaeb1ce908d151621 [file] [log] [blame]
Andrew Geissler32b11992021-03-31 13:37:05 -05001DESCRIPTION = "Cross-platform network interface and IP address enumeration \
2library"
3HOMEPAGE = "https://pypi.org/project/ifaddr/"
4LICENSE = "MIT"
5
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8debe8d42320ec0ff24665319b625a5e"
7
Andrew Geissler615f2f12022-07-15 14:00:58 -05008SRC_URI[sha256sum] = "cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4"
Andrew Geissler32b11992021-03-31 13:37:05 -05009
10inherit pypi setuptools3
Andrew Geissler69721092021-07-23 12:57:00 -040011
Patrick Williams213cb262021-08-07 19:21:33 -050012RDEPENDS:${PN} += " \
Andrew Geissler69721092021-07-23 12:57:00 -040013 ${PYTHON_PN}-ctypes \
14"