]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix AttributeError typo in setup.py that prevented fallback
authorFederico Caselli <cfederico87@gmail.com>
Wed, 5 Jan 2022 20:31:31 +0000 (21:31 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 5 Jan 2022 20:33:09 +0000 (20:33 +0000)
commitc87a08ed8f383466f252c2054bd44b87102149b1
treee5998c4d9ec3ebb8430497db7c450178d6acc494
parent400bf1716f84821d63daaf0a988d725dfd55d6a0
Fix AttributeError typo in setup.py that prevented fallback
pure python build if the compilation fails

Fixes: #7539
Change-Id: I4bf7905eb7a5337213ce922d005d2fffb8b9079c
setup.py