Unretired package (See BZ 1986414)

This commit is contained in:
Major Hayden 2021-08-03 09:22:35 -05:00
commit d10c165a4f
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1
4 changed files with 62 additions and 66 deletions

View 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()