summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2023-07-19 10:42:55 +0530
committerKartik Mohta2023-07-19 10:42:55 +0530
commit9c5be58350695cb6851fd342c4d3ab46d520bf93 (patch)
tree56b72c5a0f7d54d44b66d255e8bd8581ac8352a7
parentff00240021b90dc7af0289bd9b4ee78f3ab880c4 (diff)
downloadaur-9c5be58350695cb6851fd342c4d3ab46d520bf93.tar.gz
Update dependencies
-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')