Add libyaml-devel package dependancy

Without libyaml-devel package installed (on Fedora-20),
running ./stack throws:

  [. . .]
  build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h:
  No such file or directory #include <yaml.h> ^ compilation terminated.

  libyaml is not found or a compiler error: forcing --without-libyaml
  [. . .]

Adding this dependency to files/rpms/general resolves it. Also added to
files/apts/general.

Change-Id: If1aa23bf3fc76ea2b321c3725dd07050ddd4b825
This commit is contained in:
Kashyap Chamarthy 2014-06-25 16:21:05 +05:30
parent c6dc3deb25
commit 2b5c14d2d8
2 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,4 @@ python-cmd2 # dist:precise
python-dev
python2.7
bc
libyaml-dev

View File

@ -23,6 +23,7 @@ unzip
wget
which
bc
libyaml-devel
# [1] : some of installed tools have unversioned dependencies on this,
# but others have versioned (<=0.7). So if a later version (0.7.1)