Skip to content

Commit

Permalink
Mark "enum" library built-in for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 14, 2023
1 parent 3e7a6d9 commit 165114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_control/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# 3rd-party libraries, which are part of stdlib as of certain python version
BUILTIN_38_LIBRARIES = {
"3.3": {},
"3.8": {"pathlib", "typing"}
"3.8": {"enum", "pathlib", "typing"}
}

# Most legacy dependency are simply re-packed python packages.
Expand Down

0 comments on commit 165114c

Please sign in to comment.