Unverified Commit b1ffda61 authored by wrvsrx's avatar wrvsrx
Browse files

python3Packages.extract-msg: relax dependency to beautifulsoup4

parent f665af0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ buildPythonPackage rec {
  };

  pythonRelaxDeps = [
    "beautifulsoup4"
    "olefile"
    "red-black-tree-mod"
  ];