Unretired package (See BZ 1986414)
This commit is contained in:
parent
6cb1c581ef
commit
d10c165a4f
4 changed files with 62 additions and 66 deletions
12
python-azure-devtools-requirements-fix.patch
Normal file
12
python-azure-devtools-requirements-fix.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up ./tools/azure-devtools/setup.py.orig ./tools/azure-devtools/setup.py
|
||||
--- ./tools/azure-devtools/setup.py.orig 2021-07-22 10:18:01.048710671 -0500
|
||||
+++ ./tools/azure-devtools/setup.py 2021-07-22 10:18:12.486637887 -0500
|
||||
@@ -23,7 +23,7 @@ CLASSIFIERS = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
]
|
||||
|
||||
-DEPENDENCIES = ["ConfigArgParse>=0.12.0", "six>=1.10.0", "vcrpy~=3.0.0"]
|
||||
+DEPENDENCIES = ["ConfigArgParse>=0.12.0", "six>=1.10.0", "vcrpy>=3.0.0"]
|
||||
|
||||
with io.open("README.rst", "r", encoding="utf-8") as f:
|
||||
README = f.read()
|
||||
Loading…
Add table
Add a link
Reference in a new issue