python3Packages.psycopg2: move setuptools to build-system

This commit is contained in:
Pui Yong Qing
2025-10-20 10:45:04 +08:00
parent 6c808af182
commit b8b9aa9e4d
@@ -44,6 +44,9 @@ buildPythonPackage rec {
nativeBuildInputs = [
sphinxHook
sphinx-better-theme
];
build-system = [
setuptools
];