python3Packages.pyvo: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:14 +01:00
parent c3acd5ddf4
commit c86d12d4e7
@@ -4,7 +4,6 @@
fetchPypi,
astropy,
pillow,
pythonOlder,
pytestCheckHook,
pytest-astropy,
requests,
@@ -18,8 +17,6 @@ buildPythonPackage rec {
version = "1.8";
pyproject = true;
disabled = pythonOlder "3.8"; # according to setup.cfg
src = fetchPypi {
inherit pname version;
hash = "sha256-ZvSIn9jjnd30b+SYYV02FW1JT2or7FOIa68cLFQyKGE=";