From a8f957a395e9751a5a31b78bf5c6c9b5d5e008f1 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Wed, 26 Oct 2022 13:00:30 +0000 Subject: security/py-keyring: Update to 23.9.3 PR: 267339 --- security/py-keyring/files/patch-setup.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 security/py-keyring/files/patch-setup.py (limited to 'security/py-keyring/files/patch-setup.py') 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() -- cgit v1.2.3