Skip to content

Commit e4d8e2a

Browse files
Use pypi version of jenkinsapi (#29)
Signed-off-by: Michael Carlstrom <rmc@carlstrom.com>
1 parent b35a1f8 commit e4d8e2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
'PyGithub==1.56',
2525
'PyYAML>=5',
2626
'retrying==1.3.3',
27-
# This package has not been released to pypi since 2019,
28-
# but the latest code contains features we need.
29-
# until it is released again, get it from github
30-
'jenkinsapi @ git+https://github.com/pycontribs/jenkinsapi@299a1b#egg=jenkinsapi',
27+
'jenkinsapi==0.3.17',
3128
],
3229
zip_safe=True,
3330
entry_points={'console_scripts': [

0 commit comments

Comments
 (0)