python3: add missing dependency on libffi. (#1533)

Fixes #1532
This commit is contained in:
Jessica Hamilton
2017-07-26 15:28:40 +12:00
committed by waddlesplash
parent 72ee171c19
commit 04725d9a4a

View File

@@ -11,7 +11,7 @@ OSI-approved open source license.
HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2017, Python Software Foundation"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9"
SOURCE_DIR="Python-$portVersion"
@@ -53,6 +53,7 @@ REQUIRES="
cmd:file
lib:libbz2$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
lib:libffi$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libreadline$secondaryArchSuffix
@@ -62,6 +63,7 @@ REQUIRES="
BUILD_REQUIRES="
devel:libbz2$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:libffi$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libreadline$secondaryArchSuffix