python3-netifaces: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:07 +01:00
parent 9b337e2a96
commit 4ac5657c64
1 changed files with 2 additions and 1 deletions

View File

@ -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"