blob: 6d4fab3c98cb83c35e9c439c2807da5d09e161de [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
8SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94"
9
10inherit pypi setuptools3
Andrew Geissler69721092021-07-23 12:57:00 -040011
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-ctypes \
14"