From: cshore Date: Mon, 28 Jun 2010 03:56:52 +0000 (+0000) Subject: packages/rdiff-backup: Requires libraries only on full python, hence changed dependen... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9237c0e901c4ea8eeed8d00dc1892e1092400c41;p=packages.git packages/rdiff-backup: Requires libraries only on full python, hence changed dependency to full python install git-svn-id: svn://svn.openwrt.org/openwrt/packages@21972 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/rdiff-backup/Makefile b/utils/rdiff-backup/Makefile index 78e032ecc..33ec189e9 100644 --- a/utils/rdiff-backup/Makefile +++ b/utils/rdiff-backup/Makefile @@ -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