New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/26295#issuecomment-784369722 Comment: ``` diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 2fe12cbb59..b42cf2513b 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -8,9 +8,8 @@ hostmakedepends="python3" depends="libArcus-python3 python3-PyQt5-opengl python3-PyQt5-quick python3-PyQt5-svg python3-numpy-stl python3-scipy qt5-quickcontrols qt5-quickcontrols2 python3-shapely python3-cryptography" -checkdepends="python3-pytest python3-mypy libArcus-python3 python3-numpy-stl - python3-scipy python3-PyQt5 python3-PyQt5-quick python3-certifi - python3-cryptography python3-Twisted python3-shapely" +checkdepends="python3-pytest python3-mypy python3-certifi + python3-Twisted $depends" short_desc="Python framework for building Desktop applications" maintainer="Karl Nilsson " license="LGPL-3.0-or-later" ```