Unverified Commit 347b4b38 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python312Packages.pymee: add regex dependency (#355117)

pymee: fix build by using re
parent f8aa4279
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  setuptools,
  aiohttp,
  websockets,
  regex,
}:

buildPythonPackage rec {
@@ -23,6 +24,7 @@ buildPythonPackage rec {
  dependencies = [
    aiohttp
    websockets
    regex
  ];

  pythonImportsCheck = [ "pymee" ];