Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-ethtool_git.bb
1
2 DESCRIPTION = "Python bindings for the ethtool kernel interface"
3
4 LICENSE = "GPLv2"
5 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6
7 SRCREV = "b8b09b69ef6d4f8a6f12a6c441305790060dd829"
8 PROTOCOL = "https"
9 BRANCH = "master"
10 S = "${WORKDIR}/git"
11 PV = "0.14+git${SRCPV}"
12
13 SRC_URI = "git://github.com/fedora-python/python-ethtool.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
14
15
16 DEPENDS += " libnl python"
17 inherit setuptools distutils pkgconfig