From 27c329e5ead8df36bb3a1ea3570c76cc98bce395 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 2 Jul 2022 20:46:47 +0200 Subject: [PATCH] python-dulwich: makedep on gcc --- python-dulwich/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-dulwich/PKGBUILD b/python-dulwich/PKGBUILD index 13584015..617113ae 100644 --- a/python-dulwich/PKGBUILD +++ b/python-dulwich/PKGBUILD @@ -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')