diff --git a/sysutils/py-vsphere-automation/patches/patch-requirements_pypi_txt b/sysutils/py-vsphere-automation/patches/patch-requirements_pypi_txt new file mode 100644 index 00000000000..80dad2b6cad --- /dev/null +++ b/sysutils/py-vsphere-automation/patches/patch-requirements_pypi_txt @@ -0,0 +1,15 @@ +Index: requirements_pypi.txt +--- requirements_pypi.txt.orig ++++ requirements_pypi.txt +@@ -3,7 +3,7 @@ + lxml >= 4.3.0 + pyVmomi >= 6.7 + six (>=1.12) +-requests (==2.27.1) +-pyOpenSSL (==22.0.0) +-cryptography (==36.0.0) +-setuptools (==62.0.0) ++requests (>=2.27.1) ++pyOpenSSL (>=22.0.0) ++cryptography (>=36.0.0) ++setuptools (>=62.0.0) diff --git a/sysutils/py-vsphere-automation/patches/patch-requirements_txt b/sysutils/py-vsphere-automation/patches/patch-requirements_txt new file mode 100644 index 00000000000..1957cfcb670 --- /dev/null +++ b/sysutils/py-vsphere-automation/patches/patch-requirements_txt @@ -0,0 +1,18 @@ +Index: requirements.txt +--- requirements.txt.orig ++++ requirements.txt +@@ -3,10 +3,10 @@ lxml >= 4.3.0 + pyVmomi >= 6.7 + six (>=1.12) + +-requests (==2.27.1) +-pyOpenSSL (==22.0.0) +-cryptography (==36.0.0) +-setuptools (==62.0.0) ++requests (>=2.27.1) ++pyOpenSSL (>=22.0.0) ++cryptography (>=36.0.0) ++setuptools (>=62.0.0) + ###### SDK requirements ###### + vapi-client-bindings == 4.0.0 + vmc-client-bindings