python3Packages.three-merge: remove dontUseSetuptoolsCheck specification

setuptooolsCheckHooks has been removed.
This commit is contained in:
Yueh-Shun Li
2025-02-20 05:30:11 +08:00
parent 3d74ee56c3
commit 86cc66b556

View File

@@ -17,8 +17,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ diff-match-patch ];
dontUseSetuptoolsCheck = true;
pythonImportsCheck = [ "three_merge" ];
meta = with lib; {