From f72251e0cb1ec8284e28002b3c7b187b908e7a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 25 Dec 2023 19:09:51 -0300 Subject: [PATCH] python3-QtPy: adjust one check dependency --- srcpkgs/python3-QtPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template index 5a77ca425b5..79e4016fb02 100644 --- a/srcpkgs/python3-QtPy/template +++ b/srcpkgs/python3-QtPy/template @@ -16,7 +16,7 @@ _qt5check="${_qtcommon} :location :opengl :quick :x11extras :xmlpatterns _qt6check="${_qtcommon} :dbus :declarative :devel-tools :gui :network :opengl-widgets :printsupport :quick3d :remoteobjects :test :widgets :xml qt6-plugin-sqlite" -checkdepends="python3-pytest-cov python3-pytest-qt font-liberation-ttf +checkdepends="python3-pytest-cov python3-pytest-qt liberation-fonts-ttf ${_qt5check//:/python3-PyQt5-} ${_qt6check//:/python3-pyqt6-}" short_desc="Abstraction layer on top of various Python Qt bindings" maintainer="Gonzalo TornarĂ­a "