We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7e66be + b354208 commit d696ac5Copy full SHA for d696ac5
circuitpython_build_tools/build.py
@@ -60,18 +60,8 @@ def git_filter_arg():
60
# and should be removed when the fixed version is incorporated in its respective bundle.
61
62
pyproject_py_modules_blocklist = set((
63
- # adafruit bundle
64
- "adafruit_colorsys",
65
-
66
# community bundle
67
"at24mac_eeprom",
68
- "circuitpython_Candlesticks",
69
- "CircuitPython_Color_Picker",
70
- "CircuitPython_Equalizer",
71
- "CircuitPython_Scales",
72
- "circuitPython_Slider",
73
- "circuitpython_uboxplot",
74
- "P1AM",
75
"p1am_200_helpers",
76
))
77
0 commit comments