summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2020-09-04 10:05:35 +0200
committerMaxime “pep” Buquet2020-09-04 10:05:35 +0200
commit751717321c8d6e6367d9868d8156eff5433764ac (patch)
treef47403317c35f1167d99a5b828759bf7e4e42337
parent2e428a5d1556787cfe35e63aced7ac40951c46a9 (diff)
downloadaur-751717321c8d6e6367d9868d8156eff5433764ac.tar.gz
Add git as depends
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867102c1b17f..c7b44c789d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = git-pw
arch = any
license = MIT
makedepends = python-setuptools
+ depends = git
depends = python-requests
depends = python-click
depends = python-pbr
diff --git a/PKGBUILD b/PKGBUILD
index c769d7f299aa..e2307c28ecfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/getpatchwork/git-pw'
license=('MIT')
arch=('any')
depends=(
+ 'git'
'python-requests'
'python-click'
'python-pbr'