diff options
Diffstat (limited to 'system/lz4/APKBUILD')
-rw-r--r-- | system/lz4/APKBUILD | 2 |
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 |