python3: switch to pkgconf

This commit is contained in:
Juan RP 2020-01-01 10:57:17 +01:00
parent 6e0a598ef8
commit e4815614b5
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz
checksum=75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8
pycompile_dirs="usr/lib/python${version%.*}"
hostmakedepends="pkg-config"
hostmakedepends="pkgconf"
makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
sqlite-devel bzip2-devel zlib-devel liblzma-devel"
depends="ca-certificates"