Skip to content

Commit ce8421a

Browse files
committed
adafruit_hid is an external dependency with pypi name in current json format
1 parent 88aec02 commit ce8421a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ def make_bundle_files():
152152
"version": VERSION_NUMBER,
153153
"repo": THIS_REPOSITORY,
154154
"path": "lib/" + module,
155-
"dependencies": ["adafruit_hid"],
156-
"external_dependencies": [],
155+
"dependencies": [], # "adafruit_hid"
156+
"external_dependencies": ["adafruit-circuitpython-hid"],
157157
}
158158

159159
# create the json file

0 commit comments

Comments
 (0)