Unverified Commit d8b25c5f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.epitran: fix build (#502442)

parents db0a2955 2d4d12c5
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -6,7 +6,9 @@
  unittestCheckHook,

  setuptools,
  setuptools-scm,

  jamo,
  regex,
  panphon,
  marisa-trie,
@@ -25,9 +27,13 @@ buildPythonPackage rec {
    hash = "sha256-LKESBSLn2gpXx8kEXmykEkTboIMiS5gZ2Kb9rj1lDTk=";
  };

  build-system = [ setuptools ];
  build-system = [
    setuptools
    setuptools-scm
  ];

  dependencies = [
    jamo
    regex
    panphon
    marisa-trie