summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/lz4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lz4/APKBUILD b/system/lz4/APKBUILD
index f64387a0d..b17306752 100644
--- a/system/lz4/APKBUILD
+++ b/system/lz4/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="LZ4: Extremely Fast Compression algorithm"
url="https://github.com/lz4/lz4"
arch="all"
license="BSD-2-Clause GPL-2.0-only"
-checkdepends="diffutils"
+checkdepends="diffutils python3"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"