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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Mar 14 09:48:41 UTC 2022


    Date: Monday, March 14, 2022 @ 09:48:40
  Author: kgizdov
Revision: 1152169

fix deps

Modified:
  python-pytest-mpl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-14 09:41:16 UTC (rev 1152168)
+++ PKGBUILD	2022-03-14 09:48:40 UTC (rev 1152169)
@@ -3,14 +3,14 @@
 _pkgname='pytest-mpl'
 pkgname="python-${_pkgname}"
 pkgver=0.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Pytest plugin to help with testing figures output from Matplotlib"
 arch=('x86_64')
 url="https://github.com/matplotlib/pytest-mpl"
 license=('BSD')
-depends=('python-pytest' 'python-matplotlib')
+depends=('python-pytest' 'python-matplotlib' 'python-jinja' 'python-packaging')
 makedepends=('python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel' 'git')
-checkdepends=('python-pytest-cov' 'python-pytest-shutil' 'python-jinja' 'python-packaging')
+checkdepends=('python-pytest-cov' 'python-pytest-shutil' 'python-jinja')
 source=("${pkgname}::git+https://github.com/matplotlib/pytest-mpl.git#tag=v${pkgver}")
 sha256sums=('SKIP')
 



More information about the arch-commits mailing list