python3-netifaces: add missing python3 dependency
This commit is contained in:
parent
9b337e2a96
commit
4ac5657c64
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-netifaces'
|
# Template file for 'python3-netifaces'
|
||||||
pkgname=python3-netifaces
|
pkgname=python3-netifaces
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="netifaces-${version}"
|
wrksrc="netifaces-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 library to retrieve information about network interfaces"
|
short_desc="Python3 library to retrieve information about network interfaces"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue