python313Packages.hg-git: fix build

This commit is contained in:
Sigmanificient
2025-10-11 22:57:01 +02:00
parent 13b60abe0f
commit f87e573852
@@ -32,6 +32,8 @@ buildPythonPackage rec {
mercurial
];
pythonRelaxDeps = [ "dulwich" ];
pythonImportsCheck = [ "hggit" ];
meta = with lib; {