blob: 7a14b9efbb7f1189ecaf02cb14c68f369180026b [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "A pure Python netlink and Linux network configuration library"
2LICENSE = "GPLv2 & Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
Brad Bishop316dfdd2018-06-25 12:45:53 -04004 file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05005
Brad Bishop2f973922019-11-11 07:58:48 -05006SRC_URI[md5sum] = "371683b62314211b8bc9807ac8ef1144"
7SRC_URI[sha256sum] = "963fce07da2841456d39e3b932b071f6de28d23dadfae014022d67a752916f98"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyroute2:"
10
11inherit pypi
12
Brad Bishop316dfdd2018-06-25 12:45:53 -040013RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-ctypes \
15 ${PYTHON_PN}-distutils \
16 ${PYTHON_PN}-io \
17 ${PYTHON_PN}-json \
18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-multiprocessing \
20 ${PYTHON_PN}-pickle \
21 ${PYTHON_PN}-pkgutil \
22 ${PYTHON_PN}-pprint \
23 ${PYTHON_PN}-shell \
24 ${PYTHON_PN}-unixadmin \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025"