micropython-lib: fix DEPENDS
Signed-off-by: Roger D <rogerdammit@gmail.com>
This commit is contained in:
parent
a0658b5ca1
commit
24e5e8aa2c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ define Package/micropython-lib
|
|||
CATEGORY:=Languages
|
||||
TITLE:=micropython-lib
|
||||
URL:=https://github.com/micropython/micropython-lib
|
||||
DEPENDS:=micropython
|
||||
DEPENDS:=+micropython
|
||||
endef
|
||||
|
||||
define Package/micropython-lib/description
|
||||
|
|
Loading…
Reference in a new issue