[package] fix mercurial dependency against python, thanks KanjiMonster
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Sep 2010 11:58:11 +0000 (11:58 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 5 Sep 2010 11:58:11 +0000 (11:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22933 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/mercurial/Makefile

index 6bdd55e..3c115fc 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mercurial
 PKG_VERSION:=1.6.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_URL:=http://mercurial.selenic.com/release
 PKG_SOURCE:=mercurial-$(PKG_VERSION).tar.gz
@@ -22,7 +22,7 @@ $(call include_mk, python-package.mk)
 define Package/mercurial
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=python
+  DEPENDS:=+python
   TITLE:=Mercurial Source Control Management (SCM) system
   URL:=http://mercurial.selenic.com/
   SUBMENU:=Version Control Systems