python-pyalpm: Add git in makedepends

This commit is contained in:
Biswapriyo Nath 2023-02-15 12:02:20 +05:30 committed by GitHub
parent 9952e1c2e5
commit c3dd3d2adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ makedepends=('gettext-devel'
'python-build'
'pacman'
'gcc'
'git'
'python-pkgconfig')
provides=("python3-${_realname}")
conflicts=("python3-${_realname}")