diff --git a/setup.py b/setup.py index 9b07507ad..cb5302363 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ "httplib2==0.9.2;python_version <= '2.7'", "httplib2>=0.20.4;python_version > '3'", "pysimplesoap==1.08.14;python_version <= '2.7'", - "pysimplesoap @ git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap;", + "pysimplesoap @ git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap;python_version > '3'", "cryptography==3.3.2;python_version <= '2.7'", "cryptography>=3.4.7;python_version > '3'", "fpdf>=1.7.2",