summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-01-31 21:32:28 -0600
committerRon Olson <tachoknight@gmail.com>2018-01-31 21:32:28 -0600
commit57eabadd075519d737a2ca2175323a8575d51686 (patch)
tree30586beb2143069b649ed117e4c75b97b6db84bd
parentaf6ecd1559966814319c316d29f05d85a03e4493 (diff)
downloadswift-lang-57eabadd075519d737a2ca2175323a8575d51686.tar.gz
swift-lang-57eabadd075519d737a2ca2175323a8575d51686.tar.xz
swift-lang-57eabadd075519d737a2ca2175323a8575d51686.zip
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
-rw-r--r--swift-lang.spec3
1 files changed, 3 insertions, 0 deletions
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