python312Packages.pymee: add regex dependency (#355117)

pymee: fix build by using re
This commit is contained in:
Yohann Boniface
2024-12-24 14:52:38 +01:00
committed by GitHub
parent f8aa427967
commit 347b4b388e
@@ -5,6 +5,7 @@
setuptools,
aiohttp,
websockets,
regex,
}:
buildPythonPackage rec {
@@ -23,6 +24,7 @@ buildPythonPackage rec {
dependencies = [
aiohttp
websockets
regex
];
pythonImportsCheck = [ "pymee" ];