From 6d49aff531cf5454c7510a2edd9a41a7f7717e08 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 16 Jun 2022 18:40:46 +0200 Subject: aflplusplus: add python3 to makedepends Without that fix, we have: | [-] You seem to need to install the package python3-dev, python2-dev or python-dev (and perhaps python[23]-apt), but it is optional so we continue Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/aflplusplus/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr') diff --git a/pcr/aflplusplus/PKGBUILD b/pcr/aflplusplus/PKGBUILD index bf14d1b7e..eaff67a9f 100644 --- a/pcr/aflplusplus/PKGBUILD +++ b/pcr/aflplusplus/PKGBUILD @@ -16,7 +16,7 @@ url="https://github.com/AFLplusplus/AFLplusplus" license=('Apache') provides=('afl') conflicts=('afl') -makedepends=('lld' 'llvm') +makedepends=('lld' 'llvm' 'python') optdepends=('qemu: use QEMU with afl') source=("https://github.com/AFLplusplus/AFLplusplus/archive/${pkgver}.tar.gz") sha256sums=('f427294ed674e37d34a1b756a2190de17937e046ef21abb3ae37bba018a760f1') -- cgit v1.2.3