Skip to content

Commit

Permalink
disable broken gdbm module
Browse files Browse the repository at this point in the history
Co-authored-by: Алексей <[email protected]>
  • Loading branch information
lazka and Alexpux committed Jul 19, 2023
1 parent 6a8ab73 commit 641358d
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 @@ -1227,7 +1227,7 @@ def detect_dbm_gdbm(self):
if dbm_args:
dbm_order = [arg.split('=')[-1] for arg in dbm_args][-1].split(":")
else:
dbm_order = "gdbm:ndbm:bdb".split(":")
dbm_order = []
dbmext = None
for cand in dbm_order:
if cand == "ndbm":
Expand Down

0 comments on commit 641358d

Please sign in to comment.