summaryrefslogtreecommitdiff
path: root/system/lz4
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 00:30:39 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 00:30:39 +0000
commit0138941f8aea144e206d6abf49153e6ee2589934 (patch)
tree81b2b1f3d8b18ee022ca028fcc5d8fa9635efc86 /system/lz4
parentbb873228fb40c2727da7021f02dccf168f2480f1 (diff)
downloadpackages-0138941f8aea144e206d6abf49153e6ee2589934.tar.gz
packages-0138941f8aea144e206d6abf49153e6ee2589934.tar.bz2
packages-0138941f8aea144e206d6abf49153e6ee2589934.tar.xz
packages-0138941f8aea144e206d6abf49153e6ee2589934.zip
system/lz4: tests dep on python3, for some inexplicable reason
Diffstat (limited to 'system/lz4')
-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"