ctrlaltcoop / certbot-dns-hetzner

Certbot plugin enabling dns-01 challenge on the Hetzner DNS API
Other
155 stars 24 forks source link

Pin parsedatetime version only for Python < 3.0 #11

Closed ml- closed 3 years ago

ml- commented 3 years ago

certbot-dns-hetzner fails on a lot of platforms since the parsedatetime update to version 2.6, needlessly. So lets enforce parsedatetime 2.5 only for Python 2.

https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#platform-specific-dependencies

Fixes #9

robertoschwald commented 3 years ago

👍

l0rn commented 3 years ago

Of course, that makes total sense