1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: python-ethtool
Section: python
Priority: optional
Uploaders: Bernd Zeimetz <bzed@debain.org>, Miroslav Suchý <miroslav@suchy.cz>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Maintainer: Stewart Ferguson <stew@ferg.aero>
Build-Depends: debhelper (>= 10), python-all-dev, python-setuptools, python3-all-dev, python3-setuptools, libnl-route-3-dev, asciidoc, pkg-config, libxml2-utils, xsltproc, sgml-data, libxml2, docbook-xsl, docbook-xml
Standards-Version: 4.2.1
Homepage: https://github.com/fedora-python/python-ethtool.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-ethtool
Vcs-Git: https://salsa.debian.org/python-team/modules/python-ethtool.git
Package: python-ethtool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python bindings for the ethtool kernel interface - Python 2.7
Allows querying and changing of ethernet card settings, such as speed,
port, autonegotiation, and PCI locations.
.
This package provides the Python 2.7 module.
Package: python3-ethtool
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python bindings for the ethtool kernel interface - Python 3.x
Allows querying and changing of ethernet card settings, such as speed,
port, autonegotiation, and PCI locations.
.
This package provides the Python 3.x module.
|