python3Packages.jiwer: fix build-system (#437652)

authored by Gaétan Lepage and committed by GitHub 79aa069e ab0bf329

+2 -5
+2 -5
pkgs/development/python-modules/jiwer/default.nix
··· 2 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 - poetry-core, 5 + hatchling, 6 6 rapidfuzz, 7 7 click, 8 - pythonOlder, 9 8 }: 10 9 11 10 buildPythonPackage rec { ··· 13 12 version = "4.0.0"; 14 13 pyproject = true; 15 14 16 - disabled = pythonOlder "3.7"; 17 - 18 15 src = fetchFromGitHub { 19 16 owner = "jitsi"; 20 17 repo = "jiwer"; ··· 23 20 }; 24 21 25 22 build-system = [ 26 - poetry-core 23 + hatchling 27 24 ]; 28 25 29 26 dependencies = [