python3Packages.psycopg2: move setuptools to build-system

This commit is contained in:
Pui Yong Qing 2025-10-20 10:44:51 +08:00
parent 6c808af182
commit b8b9aa9e4d
No known key found for this signature in database
GPG key ID: 8A17E296D2AA7C71

View file

@ -44,6 +44,9 @@ buildPythonPackage rec {
nativeBuildInputs = [
sphinxHook
sphinx-better-theme
];
build-system = [
setuptools
];