From 8bd4a342c949f936d710410f78e3876834e622a2 Mon Sep 17 00:00:00 2001 From: Claire's Monster Date: Sat, 1 Jun 2024 11:55:31 -0500 Subject: [PATCH] pypkgconf for win32 Co-authored-by: Ofek Lev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2036767bf..f59f38499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ 'hatchling', 'setuptools>=42.0.0', 'cffi>=1.3.0', - 'pkgconfig', + 'pypkgconf; sys_platform == "win32"', ] build-backend = 'hatchling.build'