python3Packages.shaperglot: convert to PEP-517 style

This commit is contained in:
Dan Callaghan 2024-04-01 13:22:49 +11:00
parent c704cfac7b
commit e42b21d1af
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ buildPythonPackage rec {
pyproject = true;
propagatedBuildInputs = [
dependencies = [
gflanguages
num2words
protobuf
@ -40,7 +40,7 @@ buildPythonPackage rec {
vharfbuzz
youseedee
];
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];