mesozoic/gmail-yaml-filters

oauth2client is deprecated

Closed this issue · 2 comments

Tried reinstalling this with both Python 2.x and Python 3.x. Both fail with:

ImportError: No module named oauth2client.client

Per https://github.com/google/oauth2client, oauth2client is deprecated anyways.

Solved by #10

Thanks for pointing this out! I'm sorry for the delay in responding, but it turns out I needed to tune my GitHub notification settings.

I wish I'd caught this earlier; I've got to get in the habit of nuking and rebuilding my .tox from time to time. Since my explicit installation dependencies didn't change (but also weren't pinned to any specific versions), it never rebuilt my virtualenv, so my local build passed while the rest of the world's didn't.

I've released v0.7.4 which includes oauth2client as an explicit dependency, and it looks like the build is passing again.

Replacing oauth2client with something else will take more work; I'll save that for 0.8.