diff options
Diffstat (limited to 'community/py-ethtool/APKBUILD')
-rw-r--r-- | community/py-ethtool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-ethtool/APKBUILD b/community/py-ethtool/APKBUILD index fdb2b1f60f..7fbd66e2a4 100644 --- a/community/py-ethtool/APKBUILD +++ b/community/py-ethtool/APKBUILD @@ -8,7 +8,7 @@ url="http://www.ohloh.net/p/python-ethtool" arch="all" license="GPL2" depends= -depends_dev="libnl-dev pkgconfig python-dev" +depends_dev="libnl-dev pkgconfig python2-dev" makedepends="linux-headers $depends_dev" install= subpackages= |