Skip to content
Snippets Groups Projects
Unverified Commit 1d4e584a authored by Serge Petrenko's avatar Serge Petrenko Committed by Alexander Turenko
Browse files

build: remove libyaml from rpm/deb dependencies


After we started using bundled version of libyaml by default (see commit
47b91e90), we can remove it from
building dependencies for RPM and DEB packages.

Closes #4442

Reviewed-by: default avatarAlexander Turenko <alexander.turenko@tarantool.org>
parent cd451d28
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment