diff python/python2/python2.sh @ 608:2929b2af4c15

crypto/libressl: initial import, closes #1687
author David Demelier <markand@malikania.fr>
date Fri, 19 Jul 2019 20:45:00 +0200
parents 25cecc6dca48
children 9de04ddc6f6d
line wrap: on
line diff
--- a/python/python2/python2.sh	Thu Jul 18 12:31:40 2019 +0200
+++ b/python/python2/python2.sh	Fri Jul 19 20:45:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="PSF"
 PKGSUMMARY="high-level scripting language"
 PKGDOWNLOAD="https://www.python.org/ftp/python/$PKGVERSION/Python-$PKGVERSION.tar.xz"
-PKGDEPENDS="lib/libffi lib/expat compression/zlib network/openssl"
+PKGDEPENDS="lib/libffi lib/expat compression/zlib crypto/libressl"
 PKGOPTIONS="IPV6"
 
 : ${CHOST:=$(uname -m)-linux-musl}