]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Work around setuptools issue #1902
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Nov 2019 14:48:27 +0000 (09:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Nov 2019 16:25:05 +0000 (11:25 -0500)
commit3cd1b5f762dbee9452139a0c410c791cc8f6d229
tree15c6947fd71e508a050364c4fe4f7a0769bd2e7d
parent307c4c4c5cbdd59e075bbe8f45274635cdd34e9b
Work around setuptools issue #1902

Added a workaround for a setuptools-related failure that has been observed
as occurring on Windows installations, where setuptools is not correctly
reporting a build error when the MSVC build dependencies are not installed
and therefore not allowing graceful degradation into non C extensions
builds.

Setuptools issue https://github.com/pypa/setuptools/issues/1902

Fixes: #4967
Change-Id: I5e21e7e78cb6d927b18afce64cacf8643b98354e
(cherry picked from commit 4a2dd4902a1168234f14bdd0634728086d53c406)
doc/build/changelog/unreleased_13/4967.rst [new file with mode: 0644]
setup.py