python3Packages.g2pkk: migrate to pyproject

This commit is contained in:
Timo Gottszky
2026-06-10 16:21:23 +02:00
parent c6e5eed1b5
commit fe808bb787
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
jamo,
nltk,
}:
@@ -9,7 +10,7 @@
buildPythonPackage (finalAttrs: {
pname = "g2pkk";
version = "0.1.2";
format = "setuptools";
pyproject = true;
__structuredAttrs = true;
@@ -18,7 +19,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-YarV1Btn1x3Sm4Vw/JDSyJy3ZJMXAQHZJJJklSG0R+Q=";
};
propagatedBuildInputs = [
build-system = [
setuptools
];
dependencies = [
jamo
nltk
];