[arch-commits] Commit in python-rencode/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 6 20:34:45 UTC 2021


    Date: Monday, September 6, 2021 @ 20:34:45
  Author: felixonmars
Revision: 1011894

add missing makedepends on python-setuptools

Modified:
  python-rencode/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-06 19:28:57 UTC (rev 1011893)
+++ PKGBUILD	2021-09-06 20:34:45 UTC (rev 1011894)
@@ -10,7 +10,7 @@
 license=('GPL')
 arch=('x86_64')
 depends=('python')
-makedepends=('cython')
+makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/aresch/rencode/archive/v$pkgver.tar.gz")
 sha512sums=('f04de4d3a83aed916bdc4b7a8ca772655e9324d0531ee882cb7d2a1e92b397bdcec8497bf02939e0a806886ecc62ed2e7319dfee054dad1b69052157f0959e8f')



More information about the arch-commits mailing list