]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
remove redundant wheel dep from pyproject.toml 9153/head
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Jan 2023 08:16:54 +0000 (09:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Jan 2023 08:17:14 +0000 (09:17 +0100)
Remove the redundant `wheel` dependency, as it is added by the backend
automatically.  Listing it explicitly in the documentation was
a historical mistake and has been fixed since, see:
https://github.com/pypa/setuptools/commit/f7d30a9529378cf69054b5176249e5457aaf640a

pyproject.toml

index fe52ea7fc6b3cc59857b85561e0766eb841e6174..ecf030a42c43c28ed19cf95c670f410cf03377db 100644 (file)
@@ -2,7 +2,6 @@
     build-backend = "setuptools.build_meta"
     requires = [
         "setuptools>=47",
-        "wheel>=0.34",
         "cython>=0.29.24; python_implementation == 'CPython'", # Skip cython when using pypy
     ]