From 57eabadd075519d737a2ca2175323a8575d51686 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Wed, 31 Jan 2018 21:32:28 -0600 Subject: Added a couple more build requirements; one ('which') was pointed out on the Swift-LLDB forums by Ryan Lovelett when trying to build in a container --- swift-lang.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/swift-lang.spec b/swift-lang.spec index 3658f82..e185bc9 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -20,6 +20,8 @@ Source10: https://github.com/apple/swift-llbuild/archive/swift-%{swifttag} Source11: https://github.com/apple/swift-cmark/archive/swift-%{swifttag}.tar.gz#/cmark.tar.gz Source12: https://github.com/apple/swift-xcode-playground-support/archive/swift-%{swifttag}.tar.gz#/swift-xcode-playground-support.tar.gz Source13: https://github.com/ninja-build/ninja/archive/v1.7.2.tar.gz#/ninja.tar.gz + +BuildRequires: which BuildRequires: clang BuildRequires: gcc-c++ BuildRequires: cmake @@ -37,6 +39,7 @@ BuildRequires: libcurl-devel BuildRequires: libuuid-devel BuildRequires: libedit-devel BuildRequires: libicu-devel +BuildRequires: python2-sphinx Requires: glibc-devel Requires: clang -- cgit