diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-13 18:00:19 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-13 18:00:19 +0200 |
commit | a0b386b525d387a6943f9cf76bf003f5c288f6f8 (patch) | |
tree | 33d56d84efd8ce0e35396b76b5822cc10765facc /community/obnam/APKBUILD | |
parent | e3e7fce854adf2664a0b8644e7d954c3d33c4b38 (diff) | |
download | aports-a0b386b525d387a6943f9cf76bf003f5c288f6f8.tar.bz2 aports-a0b386b525d387a6943f9cf76bf003f5c288f6f8.tar.xz |
community/obnam: add missing deps
Diffstat (limited to 'community/obnam/APKBUILD')
-rw-r--r-- | community/obnam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/obnam/APKBUILD b/community/obnam/APKBUILD index 64c2b70d08..bc26275ed6 100644 --- a/community/obnam/APKBUILD +++ b/community/obnam/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A backup program that supports encryption and deduplication" url="http://obnam.org/" arch="all" license="GPL3+" -depends="python py-larch py-paramiko py-fuse" +depends="python py-larch py-paramiko py-fuse py-enum34 py-six py-asn1-modules" depends_dev="" makedepends="python-dev py-setuptools" install="" |