From: Daniele Varrazzo Date: Tue, 13 Jul 2021 01:07:58 +0000 (+0200) Subject: Add wheel package to dev dependencies X-Git-Tag: 3.0.dev1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b253ef796987e4443e4fb755a0e45ee5a9dd02;p=thirdparty%2Fpsycopg.git Add wheel package to dev dependencies We get warnings when we build the C extension without it. Probably they are harmless, but let's pretend we understand what it is for. --- diff --git a/psycopg/setup.py b/psycopg/setup.py index fc990b433..75715c4b8 100644 --- a/psycopg/setup.py +++ b/psycopg/setup.py @@ -45,6 +45,7 @@ extras_require = { "black", "flake8 >= 3.8, < 3.9", "mypy >= 0.812", + "wheel", ], # Requirements needed to build the documentation "docs": [