From 36e7f0481493da76bc321b7539c4e7e0fa5a911c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 17 Aug 2020 18:56:49 +0100 Subject: [PATCH] tcl: JobDB: Do not require particular Pgtcl version This just serves to complicate upgrades. Signed-off-by: Ian Jackson --- tcl/JobDB-Executive.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/JobDB-Executive.tcl b/tcl/JobDB-Executive.tcl index 56b6182..29c8282 100644 --- a/tcl/JobDB-Executive.tcl +++ b/tcl/JobDB-Executive.tcl @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -package require Pgtcl 1.5 +package require Pgtcl namespace eval jobdb { -- 2.39.5