diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-07 14:48:58 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-07 14:48:58 +0200 |
commit | 7a7ee832f0709fb50c4a4987bc93671e8577403c (patch) | |
tree | 7e3386fe292577b7c5f2a4eaa6e783ca649f3552 /main | |
parent | f471c42b59a4aed5eab049515028dc8d21f7b1c2 (diff) | |
download | aports-7a7ee832f0709fb50c4a4987bc93671e8577403c.tar.bz2 aports-7a7ee832f0709fb50c4a4987bc93671e8577403c.tar.xz |
main/python3: rebuild
x86 build seems to have had gettext-dev present, so this should
fix that extra dependency
Diffstat (limited to 'main')
-rw-r--r-- | main/python3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD index 432a150a83..7787df66b7 100644 --- a/main/python3/APKBUILD +++ b/main/python3/APKBUILD @@ -4,7 +4,7 @@ pkgname=python3 pkgver=3.5.2 _basever="${pkgver%.*}" -pkgrel=9 +pkgrel=10 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |