mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
python3Packages.psycopg2: move setuptools to build-system
This commit is contained in:
parent
6c808af182
commit
b8b9aa9e4d
|
|
@ -44,6 +44,9 @@ buildPythonPackage rec {
|
|||
nativeBuildInputs = [
|
||||
sphinxHook
|
||||
sphinx-better-theme
|
||||
];
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue