Unverified Commit a97b7257 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.bundlewrap: drop passlib constraint

Pins passlib, but passlib has been renamed to libpass. The module is
still called passlib, so importing it still works.
parent 2446de72
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,12 @@ buildPythonPackage rec {
  };

  build-system = [ setuptools ];

  pythonRemoveDeps = [
    # distinfo renamed to libpass, but still imports as passlib
    "passlib"
  ];

  dependencies = [
    setuptools
    cryptography