diff mbox series

[OSSTEST,2/2] tcl: JobDB: Do not require particular Pgtcl version

Message ID 20200817182337.29144-2-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show
Series [OSSTEST,1/2] Tcl: Use tclsh8.6 | expand

Commit Message

Ian Jackson Aug. 17, 2020, 6:23 p.m. UTC
This just serves to complicate upgrades.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 tcl/JobDB-Executive.tcl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tcl/JobDB-Executive.tcl b/tcl/JobDB-Executive.tcl
index 56b61825..29c82821 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 <http://www.gnu.org/licenses/>.
 
-package require Pgtcl 1.5
+package require Pgtcl
 
 namespace eval jobdb {