forked from pool/python-python-jenkins
Update patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=36
This commit is contained in:
@@ -95,3 +95,13 @@ Index: python-jenkins-1.8.0/jenkins/plugins.py
|
|||||||
|
|
||||||
def __le__(self, version):
|
def __le__(self, version):
|
||||||
return self.__compare(operator.le, version)
|
return self.__compare(operator.le, version)
|
||||||
|
Index: python-jenkins-1.8.0/requirements.txt
|
||||||
|
===================================================================
|
||||||
|
--- python-jenkins-1.8.0.orig/requirements.txt
|
||||||
|
+++ python-jenkins-1.8.0/requirements.txt
|
||||||
|
@@ -1,5 +1,3 @@
|
||||||
|
-# Setuptools removed support for PEP 440 non-conforming versions
|
||||||
|
-setuptools<66
|
||||||
|
six>=1.3.0
|
||||||
|
pbr>=0.8.2
|
||||||
|
multi_key_dict
|
||||||
|
Reference in New Issue
Block a user