Browse Source

micropython-lib: fix DEPENDS

Signed-off-by: Roger D <rogerdammit@gmail.com>
lilik-openwrt-22.03
Roger 10 years ago
committed by Steven Barth
parent
commit
24e5e8aa2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/micropython-lib/Makefile

+ 1
- 1
lang/micropython-lib/Makefile View File

@ -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…
Cancel
Save