python3Packages.sphinx-multiversion: fix build (#358468)

This commit is contained in:
Weijia Wang 2024-11-23 19:16:42 +01:00 committed by GitHub
commit 5bc0af1336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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