From ff5687c783bd98543c581314228e477e1b7bd1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 4 Apr 2025 08:39:45 -0700 Subject: [PATCH] Revert "python313Packages.bundlewrap: drop passlib constraint" This reverts commit a97b72577880b9658ed83dc5da5595582a9ed7a7. --- pkgs/development/python-modules/bundlewrap/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/bundlewrap/default.nix b/pkgs/development/python-modules/bundlewrap/default.nix index 05efac3ed97c..98d07040218b 100644 --- a/pkgs/development/python-modules/bundlewrap/default.nix +++ b/pkgs/development/python-modules/bundlewrap/default.nix @@ -31,12 +31,6 @@ buildPythonPackage rec { }; build-system = [ setuptools ]; - - pythonRemoveDeps = [ - # distinfo renamed to libpass, but still imports as passlib - "passlib" - ]; - dependencies = [ setuptools cryptography