Tim Landscheidt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339910 )

Change subject: State dependency on python
......................................................................

State dependency on python

Change-Id: I67cfe7341eecb29ee8c1141dd260ef5a29e98114
---
M debian/changelog
M debian/control
M jobutils/bin/jsub
3 files changed, 7 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/toollabs 
refs/changes/10/339910/1

diff --git a/debian/changelog b/debian/changelog
index b43d6cf..be48185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@
 
   * Remove toolwatcher
   * Do not hardcore database hosts in list-user-databases
+  * State dependency on python
 
- -- Tim Landscheidt <t...@tim-landscheidt.de>  Sun, 26 Feb 2017 00:15:16 +0000
+ -- Tim Landscheidt <t...@tim-landscheidt.de>  Sun, 26 Feb 2017 00:34:51 +0000
 
 toollabs (1.18) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 633b88a..ee2e5c8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,13 +14,15 @@
 
 Package: misctools
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, 
python-mysql.connector
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
+ python, python-mysql.connector
 Description: Miscellaneous Labs-specific tools
  Miscellaneous Labs-specific Tools used on Tool Labs
 
 Package: jobutils
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, 
gridengine-client, libipc-run-perl, libstring-shellquote-perl
+Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends},
+ gridengine-client, libipc-run-perl, libstring-shellquote-perl, python
 Description: Set of utilities to use on wikimedia bots and tools cluster
  This package will install jstart (jsub) and jstop, the Tool Labs (more)
  user-friendly wrappers to submit jobs to the gridengine
diff --git a/jobutils/bin/jsub b/jobutils/bin/jsub
index 4668fc2..26c46d7 100755
--- a/jobutils/bin/jsub
+++ b/jobutils/bin/jsub
@@ -1,4 +1,4 @@
-#!/usr/bin/python2 -Es
+#!/usr/bin/python -Es
 # -*- coding: utf-8 -*-
 #
 # Submit a job to the job grid.

-- 
To view, visit https://gerrit.wikimedia.org/r/339910
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67cfe7341eecb29ee8c1141dd260ef5a29e98114
Gerrit-PatchSet: 1
Gerrit-Project: labs/toollabs
Gerrit-Branch: master
Gerrit-Owner: Tim Landscheidt <t...@tim-landscheidt.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to