Skip to content

Commit 323326d

Browse files
authored
Merge pull request #99 from bridadan/fix_mbed_ls_dependency
Fix naming of mbed-os-tools in mbed-ls
2 parents be7844f + 0367cc7 commit 323326d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mbed-ls/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def read(fname):
5252
},
5353
install_requires=[
5454
"PrettyTable>=0.7.2",
55-
"mbed_os_tools==0.0.1"
55+
"mbed-os-tools==0.0.1"
5656
],
5757
tests_require = [
5858
"mock>=2",

0 commit comments

Comments
 (0)