python3Packages.vsts: relax msrest dependency

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2022-10-01 17:19:43 +02:00
parent 693a215bb8
commit 06566fc86c
@@ -16,6 +16,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ msrest ];
postPatch = ''
substituteInPlace setup.py --replace "msrest>=0.6.0,<0.7.0" "msrest"
'';
# Tests are highly impure
checkPhase = ''
${python.interpreter} -c 'import vsts.version; print(vsts.version.VERSION)'