From 7d6f9ad8ebc64fca03ba8ffc618db536764726ef Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sat, 11 Oct 2025 23:03:20 +0200 Subject: [PATCH] python313Packages.imagededup: fix build --- pkgs/development/python-modules/imagededup/default.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkgs/development/python-modules/imagededup/default.nix b/pkgs/development/python-modules/imagededup/default.nix index d5993e358643..d2e38df325ba 100644 --- a/pkgs/development/python-modules/imagededup/default.nix +++ b/pkgs/development/python-modules/imagededup/default.nix @@ -15,7 +15,6 @@ torch, torchvision, tqdm, - fetchpatch, }: let MobileNetV3 = fetchurl { @@ -77,15 +76,6 @@ buildPythonPackage rec { pythonImportsCheck = [ "imagededup" ]; - patches = [ - # https://github.com/idealo/imagededup/pull/217 - (fetchpatch { - name = "pytest-warnings-none.patch"; - url = "https://github.com/idealo/imagededup/commit/e2d7a21568e3115acd0632af569549c511ad5c0d.patch"; - hash = "sha256-AQwJpU3Ag6ONRAw0z8so5icW4fRpMHuBOMT5X+HsQ2w="; - }) - ]; - meta = with lib; { homepage = "https://idealo.github.io/imagededup/"; changelog = "https://github.com/idealo/imagededup/releases/tag/${src.tag}";