From 04725d9a4a1469bff70a517b0a45b48f0ebe4402 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Wed, 26 Jul 2017 15:28:40 +1200 Subject: [PATCH] python3: add missing dependency on libffi. (#1533) Fixes #1532 --- dev-lang/python/python3-3.6.2.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-lang/python/python3-3.6.2.recipe b/dev-lang/python/python3-3.6.2.recipe index 5807dba37..dab333165 100644 --- a/dev-lang/python/python3-3.6.2.recipe +++ b/dev-lang/python/python3-3.6.2.recipe @@ -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