Skip to content

Commit

Permalink
pymee: fix build by using re
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 22, 2024
1 parent 86fcbea commit 7350453
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 7350453

Please sign in to comment.