Skip to content
Snippets Groups Projects
Unverified Commit 1032d527 authored by Ian Baum's avatar Ian Baum
Browse files

Force installation of PrettyTable 0.7

* Version 1.0 is not working with Patroni 1.6.4
parent 1d2d2662
No related branches found
No related tags found
No related merge requests found
---
title: Force install PrettyTable 0.7
merge_request: 4628
author:
type: fixed
Loading
Loading
@@ -31,5 +31,9 @@ build do
 
patch source: "add-license-file.patch"
 
# Version 1.0 of PrettyTable does not work with Patroni 1.6.4
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5701
command "#{install_dir}/embedded/bin/pip3 install prettytable==0.7", env: env
command "#{install_dir}/embedded/bin/pip3 install patroni[consul]==#{version}", env: env
end
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