python312Packages.pymee: add regex dependency (#355117)
pymee: fix build by using re
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
setuptools,
|
||||
aiohttp,
|
||||
websockets,
|
||||
regex,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -23,6 +24,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
aiohttp
|
||||
websockets
|
||||
regex
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pymee" ];
|
||||
|
||||
Reference in New Issue
Block a user