[packages] mako: remove @BROKEN, it is building againg after [28402]
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28403 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
39f688def5
commit
3da1e55325
@ -27,7 +27,7 @@ define Package/mako
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Mako Templates for Python
|
TITLE:=Mako Templates for Python
|
||||||
URL:=http://www.makotemplates.org/
|
URL:=http://www.makotemplates.org/
|
||||||
DEPENDS:=+python @BROKEN
|
DEPENDS:=+python
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mako/description
|
define Package/mako/description
|
||||||
@ -50,7 +50,7 @@ define Package/mako/install
|
|||||||
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
$(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
|
$(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \
|
||||||
$(1)$(PYTHON_PKG_DIR)
|
$(1)$(PYTHON_PKG_DIR)/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,mako))
|
$(eval $(call BuildPackage,mako))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user