python313Packages.uqbar: fix build (#448887)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pytestCheckHook,
|
||||
pytest-asyncio,
|
||||
pythonAtLeast,
|
||||
pythonOlder,
|
||||
defusedxml,
|
||||
@@ -37,7 +38,10 @@ buildPythonPackage rec {
|
||||
sphinx
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-asyncio
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
defusedxml
|
||||
|
||||
Reference in New Issue
Block a user