summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d946dd4744ca..3bfd879dd12a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-vcstool
license = Apache
makedepends = python-setuptools
depends = python
+ depends = python-setuptools
depends = python-yaml
conflicts = python2-vcstool
source = https://github.com/dirk-thomas/vcstool/archive/0.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c667ab204f37..a3c5d4d53810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A version control system tool designed to make working with multiple re
arch=('any')
url='https://github.com/dirk-thomas/vcstool'
license=('Apache')
-depends=('python' 'python-yaml')
+depends=('python' 'python-setuptools' 'python-yaml')
makedepends=('python-setuptools')
conflicts=('python2-vcstool')