micropython-lib: fix DEPENDS
authorRoger <redacted>
Sun, 17 Aug 2014 16:30:28 +0000 (11:30 -0500)
committerSteven Barth <redacted>
Mon, 18 Aug 2014 05:39:11 +0000 (07:39 +0200)
Signed-off-by: Roger D <redacted>
lang/micropython-lib/Makefile

index ee4417226dd586ce888aae12f7c44bd589d4e7d6..3334b222b276d0872663f6435448d37d7a7853f6 100644 (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
git clone https://git.99rst.org/PROJECT