python3Packages.jiwer: fix build-system

Changed files
+2 -5
pkgs
development
python-modules
jiwer
+2 -5
pkgs/development/python-modules/jiwer/default.nix
···
lib,
buildPythonPackage,
fetchFromGitHub,
-
poetry-core,
+
hatchling,
rapidfuzz,
click,
-
pythonOlder,
}:
buildPythonPackage rec {
···
version = "4.0.0";
pyproject = true;
-
disabled = pythonOlder "3.7";
-
src = fetchFromGitHub {
owner = "jitsi";
repo = "jiwer";
···
};
build-system = [
-
poetry-core
+
hatchling
];
dependencies = [