[tarantool-patches] [PATCH] build: remove libyaml from rpm/deb dependencies
Serge Petrenko
sergepetrenko at tarantool.org
Tue Oct 8 19:20:00 MSK 2019
After we started using bundled version of libyaml by default
(see commit 47b91e90f2a4e23e70a1a6735af3de203ffd59f4), we can remove it
from building dependencies for RPM and DEB packets.
Closes #4442
---
https://github.com/tarantool/tarantool/issues/4442
https://github.com/tarantool/tarantool/tree/sp/gh-4442-rm-libyaml-deps
debian/control | 3 +--
rpm/tarantool.spec | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 91d0b0e44..ea2e151fd 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: cdbs (>= 0.4.100), debhelper (>= 9), dpkg-dev (>= 1.16.1~),
cmake,
libreadline-dev,
libncurses5-dev,
- libyaml-dev,
libssl-dev,
libunwind-dev | libunwind8-dev | libunwind7-dev,
libicu-dev,
@@ -54,7 +53,7 @@ Package: tarantool
Architecture: i386 amd64 armhf arm64
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
- libyaml-0-2, openssl, tarantool-common (>= 1.7.5.46),
+ openssl, tarantool-common (>= 1.7.5.46),
# libcurl dependencies (except ones we have already)
zlib1g
Replaces: tarantool-lts
diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec
index 10daf1458..b837214a6 100644
--- a/rpm/tarantool.spec
+++ b/rpm/tarantool.spec
@@ -15,7 +15,6 @@ BuildRequires: gcc-c++ >= 4.5
BuildRequires: coreutils
BuildRequires: sed
BuildRequires: readline-devel
-BuildRequires: libyaml-devel
BuildRequires: openssl-devel
BuildRequires: libicu-devel
#BuildRequires: msgpuck-devel
--
2.21.0 (Apple Git-122)
More information about the Tarantool-patches
mailing list