summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaor Kadosh2020-10-12 11:32:03 +0300
committerMaor Kadosh2020-10-12 11:32:03 +0300
commitcf685785b72644ff48b764820006ad037b236b22 (patch)
tree532400f85954a2df9f1fab9eae8b0889c7900345
parentac0e1929e8c26b1a27f7262ed3fe5d1f39ecf614 (diff)
downloadaur-cf685785b72644ff48b764820006ad037b236b22.tar.gz
add setuptools as a dep
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e4b478a853a..9d61e9125bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A scientifically proven easier-to-use git interface (git upstream)"
arch=(x86_64)
url="https://gitless.com/"
license=('MIT')
-depends=(python-pygit2)
+depends=(python-pygit2 python-setuptools)
makedepends=(git)
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")