Skip to content

Commit

Permalink
Setup: pin cx_freeze to 7.0.0 (ArchipelagoMW#3406)
Browse files Browse the repository at this point in the history
7.1.0 is broken on Linux when using pygobject, which we use as optional dependency for kivy.
  • Loading branch information
black-sliver authored and sflavelle committed Jun 20, 2024
1 parent 7d2afab commit 4db3104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# This is a bit jank. We need cx-Freeze to be able to run anything from this script, so install it
try:
requirement = 'cx-Freeze>=7.0.0'
requirement = 'cx-Freeze==7.0.0'
import pkg_resources
try:
pkg_resources.require(requirement)
Expand Down

0 comments on commit 4db3104

Please sign in to comment.