summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2019-01-12 12:43:45 +0100
committerRaphaël Doursenaud2019-01-12 12:43:45 +0100
commit1c1908cba0b27f1ec14e564f408d1fd41d4ad704 (patch)
treebb9b424c3d0506b7fe45cbae759c4005dcb85dbd /PKGBUILD
parent700e112d0847304d7302ddba3db4ba793adf5292 (diff)
downloadaur-1c1908cba0b27f1ec14e564f408d1fd41d4ad704.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccd4b89fb2c7..cb63c4289ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
pkgname=gandi.cli
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Gandi command line interface"
arch=('any')
url="http://cli.gandi.net"
license=('GPL3')
groups=()
-depends=('python3' 'python-yaml' 'python-click>=3.1' 'python-requests' 'python-ipy' 'openssl' 'openssh' 'git')
+depends=('python>=3.4' 'python-yaml' 'python-click>=7.0' 'python-requests' 'python-ipy' 'openssl' 'openssh' 'git')
optdepends=('docker: gandi docker support')
makedepends=('python-setuptools')
-checkdepends=('')
+checkdepends=('python-tox' 'python-pytest-cov' 'python-coverage')
makedepends=('python-docutils')
provides=()
conflicts=()