diff options
Diffstat (limited to 'security/py-keyring/files/patch-setup.py')
-rw-r--r-- | security/py-keyring/files/patch-setup.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/py-keyring/files/patch-setup.py b/security/py-keyring/files/patch-setup.py new file mode 100644 index 000000000000..4c888842fa8b --- /dev/null +++ b/security/py-keyring/files/patch-setup.py @@ -0,0 +1,9 @@ +--- setup.py.orig 2022-10-24 19:25:10 UTC ++++ setup.py +@@ -0,0 +1,6 @@ ++#!/usr/bin/env python ++ ++import setuptools ++ ++if __name__ == "__main__": ++ setuptools.setup() |