This repository was archived by the owner on Sep 11, 2021. It is now read-only.
This is patched version of OpenID with removed 2_to_3 setup configuration.
As of 6th of September, setuptools v58.0.2 does not suppor 2_to_3 configuration. the fix in v58.0.3 only allows this configuration to be false. However Flask-OpenID has it set to 'true'.
The issue opened in Airlfow: apache/airflow#18075
The PR is opend in Flask-OpenId: pallets-eco/flask-openid#60 but the library has not been updated since 2016, so it likely it's not going to be fixed. In the meantime it breaks Airflow installation for setuptools >= v58.0.2
The patch in this repo removes the setting altogether.