mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
[PR #10570/c7e18306 backport][stable-10] CI: python-jenkins 1.8.3 fails to import on Python 2.7 (#10571)
CI: python-jenkins 1.8.3 fails to import on Python 2.7 (#10570)
python-jenkins 1.8.3 fails to import on Python 2.7.
(cherry picked from commit c7e18306fb)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
235a851350
commit
e95a3b5215
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ python-nomad < 2.0.0 ; python_version <= '3.6'
|
|||
python-nomad >= 2.0.0 ; python_version >= '3.7'
|
||||
|
||||
# requirement for jenkins_build, jenkins_node, jenkins_plugin modules
|
||||
python-jenkins >= 0.4.12
|
||||
python-jenkins < 1.8.0 ; python_version < '3.8'
|
||||
python-jenkins >= 0.4.12 ; python_version >= '3.8'
|
||||
|
||||
# requirement for json_patch, json_patch_recipe and json_patch plugins
|
||||
jsonpatch
|
||||
Loading…
Add table
Add a link
Reference in a new issue