python313Packages.hg-git: fix build (#451123)

This commit is contained in:
Yohann Boniface
2025-10-12 23:01:17 +00:00
committed by GitHub

View File

@@ -32,6 +32,8 @@ buildPythonPackage rec {
mercurial mercurial
]; ];
pythonRelaxDeps = [ "dulwich" ];
pythonImportsCheck = [ "hggit" ]; pythonImportsCheck = [ "hggit" ];
meta = with lib; { meta = with lib; {