diff options
Diffstat (limited to 'security/py-python-jose/files/patch-setup.cfg')
-rw-r--r-- | security/py-python-jose/files/patch-setup.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-python-jose/files/patch-setup.cfg b/security/py-python-jose/files/patch-setup.cfg new file mode 100644 index 000000000000..eb428f8b29ad --- /dev/null +++ b/security/py-python-jose/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2025-02-14 18:05:26 UTC ++++ setup.cfg +@@ -34,7 +34,7 @@ install_requires = + install_requires = + ecdsa != 0.15 + rsa >=4.0, <5.0, !=4.4, !=4.1.1 +- pyasn1 >=0.4.1, <0.5.0 ++ pyasn1 >=0.4.1 + + [options.extras_require] + test = |