diff options
Diffstat (limited to 'main/duplicity/APKBUILD')
-rw-r--r-- | main/duplicity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD index 18a78ac8d7..cbe93ae7dc 100644 --- a/main/duplicity/APKBUILD +++ b/main/duplicity/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" arch="all" license="GPL" -depends="python py-boto gnupg ncftp py-lockfile" +depends="python2 py-boto gnupg ncftp py-lockfile" makedepends="python2-dev py-setuptools librsync-dev" install= subpackages="$pkgname-doc $pkgname-lang" |