summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-04-25 16:16:20 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:06:43 -0500
commitc27c06e34f0c5f7aabb278218e85672393cb6354 (patch)
tree6cba088cc3bd0504dc6243a57f87748453a6e8ae
parentd505b70a4b404d526d43a2da7bbd5cc3653e8294 (diff)
downloadpackages-c27c06e34f0c5f7aabb278218e85672393cb6354.tar.gz
packages-c27c06e34f0c5f7aabb278218e85672393cb6354.tar.bz2
packages-c27c06e34f0c5f7aabb278218e85672393cb6354.tar.xz
packages-c27c06e34f0c5f7aabb278218e85672393cb6354.zip
system/lz4: (revert) tests dep on python3, for some inexplicable reason. fixes #598.
This reverts commit 0138941f8aea144e206d6abf49153e6ee2589934.
-rw-r--r--system/lz4/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lz4/APKBUILD b/system/lz4/APKBUILD
index a6b81eef4..591fefe3b 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 python3"
+checkdepends="diffutils"
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz
CVE-2021-3520.patch