Date: Wednesday, December 1, 2021 @ 15:45:05
Author: demize
Revision: 1060569
Add missing make dependencies
Without these it tries to install them itself with pip, which fails since pip
for some reason isn't being pulled in automatically now.
Modified:
python-signedjson/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 15:43:26 UTC (rev 1060568)
+++ PKGBUILD 2021-12-01 15:45:05 UTC (rev 1060569)
@@ -11,7 +11,7 @@
license=('Apache')
depends=('python' 'python-canonicaljson' 'python-unpaddedbase64'
'python-pynacl')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-$pkgver.tar.gz")