python-iwlib: add missing libffi-devel dependency.

This commit is contained in:
maxice8 2018-07-26 00:30:06 -03:00
parent 37ebc7e088
commit 56bbffb60e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ wrksrc="${pkgname/python-//}-${version}"
build_style=python-module
pycompile_module="iwlib"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel wireless_tools-devel"
makedepends="python-devel python3-devel wireless_tools-devel libffi-devel"
depends="python wireless_tools"
short_desc="Python2 Iwlib wrapper for interacting with wireless devices"
maintainer="Orphaned <orphan@voidlinux.eu>"