aboutsummaryrefslogtreecommitdiffstats
path: root/main/python3/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-11-10 01:59:46 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-11-10 02:00:11 +0000
commit13231070feabdb558068a82cdc71a72517f3aba4 (patch)
tree28fb2b4fc693ed744e6b600bb1fa8846115802c0 /main/python3/APKBUILD
parentae645df38f22ca429592394435c0039910516254 (diff)
downloadaports-13231070feabdb558068a82cdc71a72517f3aba4.tar.bz2
aports-13231070feabdb558068a82cdc71a72517f3aba4.tar.xz
main/python3: fix libressl build
Diffstat (limited to 'main/python3/APKBUILD')
-rw-r--r--main/python3/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD
index 292faa5737..5eda229c0e 100644
--- a/main/python3/APKBUILD
+++ b/main/python3/APKBUILD
@@ -5,7 +5,7 @@ pkgname=python3
# the python2-tkinter's pkgver needs to be synchronized with this.
pkgver=3.6.3
_basever="${pkgver%.*}"
-pkgrel=6
+pkgrel=7
pkgdesc="A high-level scripting language"
url="http://www.python.org"
arch="all"
@@ -19,6 +19,7 @@ source="http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz
musl-find_library.patch
fix-xattrs-glibc.patch
bpo-30353.patch
+ libressl.patch
"
builddir="$srcdir/Python-$pkgver"