python3Packages.pyvo: remove superfluous pythonOlder
This commit is contained in:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user