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 Nov 30, 2024
1 parent 86fcbea commit a7752cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/pymee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ buildPythonPackage rec {
hash = "sha256-VNKIA/1juhkn11nkW52htvE4daXJoySeEyevWbboUek=";
};

postPatch = ''
substituteInPlace pymee/model.py \
--replace-fail "regex" "re"
'';

build-system = [ setuptools ];
dependencies = [
aiohttp
Expand Down

0 comments on commit a7752cf

Please sign in to comment.