Skip to content

Commit

Permalink
python312Packages.pymee: add regex dependency (#355117)
Browse files Browse the repository at this point in the history
pymee: fix build by using re
  • Loading branch information
Sigmanificient authored Dec 24, 2024
1 parent f8aa427 commit 347b4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pymee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
setuptools,
aiohttp,
websockets,
regex,
}:

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

pythonImportsCheck = [ "pymee" ];
Expand Down

0 comments on commit 347b4b3

Please sign in to comment.