Skip to content

Commit ff5687c

Browse files
committed
Revert "python313Packages.bundlewrap: drop passlib constraint"
This reverts commit a97b725.
1 parent 917afc5 commit ff5687c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkgs/development/python-modules/bundlewrap/default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ buildPythonPackage rec {
3131
};
3232

3333
build-system = [ setuptools ];
34-
35-
pythonRemoveDeps = [
36-
# distinfo renamed to libpass, but still imports as passlib
37-
"passlib"
38-
];
39-
4034
dependencies = [
4135
setuptools
4236
cryptography

0 commit comments

Comments
 (0)