Re-add git as build dependency

This commit is contained in:
Eric Torres 2024-05-09 19:58:09 -07:00
parent d796e1f56a
commit d391b4d7f3

View File

@ -7,7 +7,7 @@ arch=('any')
license=('MIT') license=('MIT')
groups=(pacman-helpers) groups=(pacman-helpers)
depends=(gist mlocate pacman python pyalpm) depends=(gist mlocate pacman python pyalpm)
makedepends=(python-build python-installer python-setuptools) makedepends=(git python-build python-installer python-setuptools)
optdepends=('fzf: for the fqo script' optdepends=('fzf: for the fqo script'
'mlocate: for the fqo script') 'mlocate: for the fqo script')
checkdepends=(python-hypothesis python-pytest) checkdepends=(python-hypothesis python-pytest)