Skip to content
Snippets Groups Projects
Unverified Commit 224b3032 authored by psergee's avatar psergee Committed by Alexander Turenko
Browse files

build: add tt weak dependency

Part of tarantool/tt#286

NO_TEST=third-party dependency
NO_DOC=third-party dependency

(cherry picked from commit 10f7109c)
parent 787953b7
No related branches found
No related tags found
No related merge requests found
## feature/build
* Added `tt` weak dependency. `tt` command line utility combines
`tarantoolctl` and `cartridge-cli` functionality into one tool.
This change is a part of pushing `tt` to public ( tarantool/tt#286 ).
......@@ -63,7 +63,7 @@ Depends: ${misc:Depends}, adduser, lsb-base,
# Deps for built-in package manager
# https://github.com/tarantool/tarantool/issues/2612
openssl
Recommends: tarantool-dev, git, build-essential, cmake
Recommends: tarantool-dev, git, build-essential, cmake, tt
Description: Tarantool in-memory database - common files
Tarantool is an in-memory database and Lua application server.
This package provides scripts to work with tarantool configuration
......
......@@ -130,6 +130,7 @@ Recommends: cmake >= 3.3
Recommends: make
Recommends: gcc >= 4.5
Recommends: gcc-c++ >= 4.5
Recommends: tt
%endif
URL: http://tarantool.org
......
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