Public bug reported:
The following code (from example) doesn't work, because
jenkins.EMPTY_FOLDER_XML is not defined:
folder = jenkins_srv.create_job('folder', jenkins.EMPTY_FOLDER_XML)
AttributeError: 'module' object has no attribute 'EMPTY_FOLDER_XML'
--
pbr does *not* depend on PIP, so I don't agree with this bug report.
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1605149
Title:
python-jenkins depends on python-pbr
Status i
Removing the dependency on python3-pbr allowed me to remove these packages:
python3-colorama python3-distlib python3-html5lib python3-pbr python3-pip
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.la
Public bug reported:
python-jenkins depends on python-pbr which pulls python-pip and other
packages. This is quite a huge list of dependencies just for one line in
jenkins/version.py:
version_info = pbr.version.VersionInfo('jenkins')
Could the runtime dependency on python-pbr be made optional or
4 matches
Mail list logo