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