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

Johannes Löthberg demize at gemini.archlinux.org
Wed Dec 1 16:12:10 UTC 2021


    Date: Wednesday, December 1, 2021 @ 16:12:10
  Author: demize
Revision: 1060594

Add python-pytest-runner to makedepends (Python 3.10 rebuild)

Upstream project has pytest-runner in setup_requires, so python-pytest-runner is always required during build-time

Modified:
  python-pygal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 16:11:43 UTC (rev 1060593)
+++ PKGBUILD	2021-12-01 16:12:10 UTC (rev 1060594)
@@ -12,6 +12,7 @@
 depends=('python-setuptools')
 optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
             'python-cairosvg: for PNG output')
+makedepends=('python-pytest-runner')
 checkdepends=('python-pytest' 'python-lxml' 'python-pyquery' 'python-cairosvg' 'python-flask')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/pygal/archive/$pkgver.tar.gz"
         $pkgname-pytest-fix.patch::https://github.com/Kozea/pygal/commit/19e5399be18a.patch)



More information about the arch-commits mailing list