diff options
Diffstat (limited to 'system/icu/APKBUILD')
-rw-r--r-- | system/icu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/icu/APKBUILD b/system/icu/APKBUILD index 20b06ce28..4165246a3 100644 --- a/system/icu/APKBUILD +++ b/system/icu/APKBUILD @@ -12,7 +12,7 @@ url="http://site.icu-project.org/" arch="all" license="ICU" depends="" -checkdepends="diffutils" +checkdepends="diffutils python3" makedepends="" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs" source="https://github.com/unicode-org/icu/releases/download/release-$(printf '%s' "$pkgver" | tr . -)/${pkgname}4c-$_ver-src.tgz |