python3Packages.sphinx-multiversion: fix build

This commit is contained in:
Jacek Galowicz 2024-11-23 15:22:27 +00:00
parent 1fb3496b1e
commit a5c236e30d

View File

@ -22,7 +22,6 @@ buildPythonPackage rec {
build-system = [ setuptools ];
dependencies = [ sphinx ];
nativeCheckInputs = [ unittestCheckHook ];
pythonImportsCheck = [ "sphinx_multiversion" ];