python312Packages.gradio: relax aiofiles and markupfiles (#352893)
This commit is contained in:
@@ -83,7 +83,11 @@ buildPythonPackage rec {
|
||||
rm -rf venv/
|
||||
'';
|
||||
|
||||
pythonRelaxDeps = [ "tomlkit" ];
|
||||
pythonRelaxDeps = [
|
||||
"tomlkit"
|
||||
"aiofiles"
|
||||
"markupsafe"
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [
|
||||
# our package is presented as a binary, not a python lib - and
|
||||
|
||||
Reference in New Issue
Block a user