From a8b90bf100bc34fa798061fe98d5c787ecb100d8 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 6 Jul 2020 22:01:20 -0700 Subject: [PATCH] Reduce macOS build requirement to pyobjc-framework-Cocoa --- package/requirements-macos.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/requirements-macos.txt b/package/requirements-macos.txt index f938a3ec..e7e7d8ee 100644 --- a/package/requirements-macos.txt +++ b/package/requirements-macos.txt @@ -1,4 +1,4 @@ pyinstaller pyopenssl pycryptodomex -pyobjc \ No newline at end of file +pyobjc-framework-Cocoa \ No newline at end of file