summarylogtreecommitdiffstats
path: root/PKGBUILD.common
diff options
context:
space:
mode:
authorMichael Spradling2016-05-12 00:02:55 -0400
committerMichael Spradling2016-05-12 00:02:55 -0400
commit15216c722eff0237be7f1a422a7a8bf34b334829 (patch)
tree3b10e4b90f857cf1532373f8b636c0cf2f1b1bf0 /PKGBUILD.common
parent5d7d9730fb46043d6acaafd24f4b9ee296af938d (diff)
downloadaur-15216c722eff0237be7f1a422a7a8bf34b334829.tar.gz
Removed python3 dep
Diffstat (limited to 'PKGBUILD.common')
-rw-r--r--PKGBUILD.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD.common b/PKGBUILD.common
index 26a29beb5eb9..9f9c11939c99 100644
--- a/PKGBUILD.common
+++ b/PKGBUILD.common
@@ -8,7 +8,7 @@ groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
url="http://www.bareos.org"
license=('AGPL3')
-makedepends=('sqlite' 'libmariadbclient' 'postgresql-libs' 'lzo' 'acl' 'libcap' 'python' 'python2')
+makedepends=('sqlite' 'libmariadbclient' 'postgresql-libs' 'lzo' 'acl' 'libcap' 'python2')
optdepends=('openssl: network encryption between daemons')
_instdir="${startdir}/install"