]> xenbits.xensource.com Git - osstest.git/commitdiff
tcl: JobDB: Do not require particular Pgtcl version
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 17 Aug 2020 17:56:49 +0000 (18:56 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 17 Aug 2020 17:56:49 +0000 (18:56 +0100)
This just serves to complicate upgrades.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tcl/JobDB-Executive.tcl

index 56b61825680c47438c83880d02f884360cb80835..29c82821d4d6a4bf7eb475966033e781286b1e6e 100644 (file)
@@ -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 {