mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
python-iwlib: add missing libffi-devel dependency.
This commit is contained in:
parent
37ebc7e088
commit
56bbffb60e
1 changed files with 1 additions and 1 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue