oauth-pythonclient icon indicating copy to clipboard operation
oauth-pythonclient copied to clipboard

Remove the enum-compat dependency

Open rouge8 opened this issue 3 years ago • 2 comments

This patch removes the enum-compat dependency and replaces it with a conditional dependency on enum34. This is all the enum-compat package does: https://github.com/jstasiak/enum-compat/blob/ae41cfa712e837596f7d26a5283be40ec5b84084/setup.py#L43

rouge8 avatar Jun 24 '22 16:06 rouge8

@robert-mings can you take a look at this? I'm sure at this point it's the only thing depending on enum-compat or enum34 for a lot of people...

rouge8 avatar Feb 20 '24 15:02 rouge8

Thanks for the contribution @rouge8! Given where Python 3 is in it's lifecycle, this change makes sense. We'll carry out some capability testing and get this one merged soon.

robert-mings avatar Feb 21 '24 03:02 robert-mings