]> git.pld-linux.org Git - packages/python-ethtool.git/blob - python-ethtool-build.patch
rebuild with tests and docs
[packages/python-ethtool.git] / python-ethtool-build.patch
1 diff -urN python-ethtool-0.12.org/setup.py python-ethtool-0.12/setup.py
2 --- python-ethtool-0.12.org/setup.py    2016-08-15 11:57:39.000000000 +0200
3 +++ python-ethtool-0.12/setup.py        2017-01-23 11:23:29.595230644 +0100
4 @@ -9,7 +9,7 @@
5      import subprocess as commands
6  import sys
7  
8 -version = '0.10'
9 +version = '0.12'
10  
11  def pkgconfig(pkg):
12      def _str2list(pkgstr, onlystr):
This page took 0.04458 seconds and 3 git commands to generate.