Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Add keyring dependency #93

Closed nallath closed 3 years ago

nallath commented 3 years ago

CURA-7180

rburema commented 3 years ago

See also: https://github.com/Ultimaker/Cura/pull/8986

rburema commented 3 years ago

Turns out we may not need the full pywin32 package, the one that comes with keyring, 'pywin32-ctypes' may already be enough if there's a workaround provided.

I came to this conclusion after packaging pywin32 proved to be difficult with cx_freeze.