forked from openlp/openlp
updated check_dependencies.py sciprt
This commit is contained in:
parent
5f0b40fe30
commit
4bed39869a
@ -94,6 +94,7 @@ OPTIONAL_MODULES = [
|
|||||||
('psycopg2', '(PostgreSQL support)', True),
|
('psycopg2', '(PostgreSQL support)', True),
|
||||||
('nose', '(testing framework)', True),
|
('nose', '(testing framework)', True),
|
||||||
('mock', '(testing module)', sys.version_info[1] < 3),
|
('mock', '(testing module)', sys.version_info[1] < 3),
|
||||||
|
('jenkins', '(access jenkins api - package name: enkins-webapi)', True),
|
||||||
]
|
]
|
||||||
|
|
||||||
w = sys.stdout.write
|
w = sys.stdout.write
|
||||||
|
@ -45,7 +45,6 @@ import sys
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
from jenkins import Jenkins
|
from jenkins import Jenkins
|
||||||
from PyQt4 import QtCore, QtGui
|
|
||||||
|
|
||||||
|
|
||||||
JENKINS_URL = 'http://ci.openlp.org/'
|
JENKINS_URL = 'http://ci.openlp.org/'
|
||||||
|
Loading…
Reference in New Issue
Block a user