mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +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 = [
|
nativeBuildInputs = [
|
||||||
sphinxHook
|
sphinxHook
|
||||||
sphinx-better-theme
|
sphinx-better-theme
|
||||||
|
];
|
||||||
|
|
||||||
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue