updated check_dependencies.py sciprt

This commit is contained in:
Andreas Preikschat 2014-03-31 18:30:07 +02:00
parent 5f0b40fe30
commit 4bed39869a
2 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,7 @@ OPTIONAL_MODULES = [
('psycopg2', '(PostgreSQL support)', True),
('nose', '(testing framework)', True),
('mock', '(testing module)', sys.version_info[1] < 3),
('jenkins', '(access jenkins api - package name: enkins-webapi)', True),
]
w = sys.stdout.write

View File

@ -45,7 +45,6 @@ import sys
import time
from jenkins import Jenkins
from PyQt4 import QtCore, QtGui
JENKINS_URL = 'http://ci.openlp.org/'