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 11, 2024
1 parent f257cb5 commit e719677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,12 @@ buildPythonPackage rec {
hash = "sha256-VNKIA/1juhkn11nkW52htvE4daXJoySeEyevWbboUek=";
};

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


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

0 comments on commit e719677

Please sign in to comment.