mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pycares: need python3-cffi to build
This commit is contained in:
parent
016d9c8cf7
commit
76792e43a9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wrksrc="pycares-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# using bundled c-ares which is patched for TTL support
|
# using bundled c-ares which is patched for TTL support
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel python3-cffi"
|
||||||
short_desc="Python interface for c-ares"
|
short_desc="Python interface for c-ares"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue