summaryrefslogtreecommitdiff
path: root/security/py-keyring/files/patch-setup.py
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2022-10-26 13:00:30 +0000
committerDan Langille <dvl@FreeBSD.org>2022-10-26 13:00:30 +0000
commita8f957a395e9751a5a31b78bf5c6c9b5d5e008f1 (patch)
treef4519d8c4dcad5caf8b5a68fd9c409d53837337a /security/py-keyring/files/patch-setup.py
parentsecurity/metasploit: Update to 6.2.23 (diff)
security/py-keyring: Update to 23.9.3
PR: 267339
Diffstat (limited to 'security/py-keyring/files/patch-setup.py')
-rw-r--r--security/py-keyring/files/patch-setup.py9
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()