packages/rdiff-backup: Requires libraries only on full python, hence changed dependen...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Jun 2010 03:56:52 +0000 (03:56 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 28 Jun 2010 03:56:52 +0000 (03:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21972 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/rdiff-backup/Makefile

index 78e032e..33ec189 100644 (file)
@@ -26,7 +26,7 @@ define Package/rdiff-backup
   CATEGORY:=Utilities
   TITLE:=Incremental backup utility
   URL:=http://www.nongnu.org/rdiff-backup
-  DEPENDS:=+python-mini +librsync +libpopt +openssl-util
+  DEPENDS:=+python +librsync +libpopt +openssl-util
 endef
 
 define Package/rdiff-backup/description