summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-16 18:40:46 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-06-16 18:41:26 +0200
commit6d49aff531cf5454c7510a2edd9a41a7f7717e08 (patch)
treefd5899cb17f0ee4c9d7f67a5cf9e6d72c129a133
parentd890b43b77078b83cb485028e39a517f7d1f5b3a (diff)
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 <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/aflplusplus/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')