From 957299052be5f8edc5d5480a60f530e98c6f3246 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Fri, 12 Dec 2025 17:37:19 -0800 Subject: [PATCH] use pypi version Signed-off-by: Michael Carlstrom --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index c7d63ce..148dcaa 100644 --- a/setup.py +++ b/setup.py @@ -24,10 +24,7 @@ 'PyGithub==1.56', 'PyYAML>=5', 'retrying==1.3.3', - # This package has not been released to pypi since 2019, - # but the latest code contains features we need. - # until it is released again, get it from github - 'jenkinsapi @ git+https://github.com/pycontribs/jenkinsapi@299a1b#egg=jenkinsapi', + 'jenkinsapi==0.3.17', ], zip_safe=True, entry_points={'console_scripts': [