python-dulwich: makedep on gcc

This commit is contained in:
Christoph Reiter
2022-07-02 20:46:47 +02:00
parent 8780e5c2b8
commit 27c329e5ea

View File

@@ -3,13 +3,13 @@
_realname=dulwich
pkgname="python-${_realname}"
pkgver=0.20.14
pkgrel=3
pkgrel=4
pkgdesc='Pure-Python implementation of the Git file formats and protocols'
arch=('any')
url='https://www.dulwich.io'
license=('GPL')
depends=('python')
makedepends=('python-setuptools' 'python-devel')
makedepends=('python-setuptools' 'python-devel' 'gcc')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('21d6ee82708f7c67ce3fdcaf1f1407e524f7f4f7411a410a972faa2176baec0d')