Commit bb925604 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.extract-msg: relax ebcdic

parent e82e9bd8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ buildPythonPackage (finalAttrs: {
    hash = "sha256-n/v3ubgzWlWqLXZfy1O7+FvTJoLMtgL7DFPL39SZnfM=";
  };

  build-system = [
    setuptools
  ];

  pythonRelaxDeps = [
    "beautifulsoup4"
    "ebcdic"
  ];

  build-system = [ setuptools ];

  dependencies = [
    beautifulsoup4
    compressed-rtf