[Python-jenkins-developers] [Bug 1605149] [NEW] python-jenkins depends on python-pbr
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 removed or the list of dependencies of python-pbr reduced? ** Affects: python-jenkins Importance: Undecided Status: New ** Affects: python-jenkins (Ubuntu) Importance: Undecided Status: New ** Also affects: python-jenkins (Ubuntu) Importance: Undecided Status: New -- 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 in Python Jenkins: New Status in python-jenkins package in Ubuntu: New Bug description: 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 removed or the list of dependencies of python-pbr reduced? To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/1605149/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp
[Python-jenkins-developers] [Bug 1605149] Re: python-jenkins depends on python-pbr
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.launchpad.net/bugs/1605149 Title: python-jenkins depends on python-pbr Status in Python Jenkins: New Status in python-jenkins package in Ubuntu: New Bug description: 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 removed or the list of dependencies of python-pbr reduced? To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/1605149/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp
[Python-jenkins-developers] [Bug 1605149] Re: python-jenkins depends on python-pbr
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 in Python Jenkins: New Status in python-jenkins package in Ubuntu: New Bug description: 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 removed or the list of dependencies of python-pbr reduced? To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/1605149/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp
[Python-jenkins-developers] [Bug 1605491] [NEW] Cloudbees folder plugin support doesn't work
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' I'm using tag '0.4.13' of python-jenkins (Cloudbees folder plugin support is present). ** Affects: python-jenkins Importance: Undecided Status: New ** Tags: cloudbees -- 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/1605491 Title: Cloudbees folder plugin support doesn't work Status in Python Jenkins: New Bug description: 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' I'm using tag '0.4.13' of python-jenkins (Cloudbees folder plugin support is present). To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/1605491/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : python-jenkins-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp