diff options
author | Yuval Lifshitz <ylifshit@redhat.com> | 2023-07-03 09:06:51 +0200 |
---|---|---|
committer | Yuval Lifshitz <ylifshit@redhat.com> | 2023-11-23 17:36:28 +0100 |
commit | 46500cace6c07e3848e19aa764b23acc480092dd (patch) | |
tree | 48d3751e9490119eb581dbc58f1a6d4076581c3b /debian/control | |
parent | rgw/lua: print luarocks config during reload (diff) | |
download | ceph-46500cace6c07e3848e19aa764b23acc480092dd.tar.xz ceph-46500cace6c07e3848e19aa764b23acc480092dd.zip |
rgw/test/lua: add lua integration tests suite
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
Fixes: https://tracker.ceph.com/issues/63616
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8263e325183..5ae413ce774 100644 --- a/debian/control +++ b/debian/control @@ -72,7 +72,6 @@ Build-Depends: automake, libre2-dev, libutf8proc-dev (>= 2.2.0), librdkafka-dev, - luarocks, libthrift-dev (>= 0.13.0), libyaml-cpp-dev (>= 0.6), libzstd-dev <pkg.ceph.check>, @@ -919,6 +918,8 @@ Section: libs Depends: librados2 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, + liblua5.3-dev, + luarocks, Description: RADOS Gateway client library RADOS is a distributed object store used by the Ceph distributed storage system. This package provides a REST gateway to the |