Update Lexicon dependency in dnsimple (#7008)

* Add CERTBOT_OLDEST conditional to setup.py.

* Unset CERTBOT_OLDEST in release script.

* import os
This commit is contained in:
Brad Warren
2019-04-30 20:59:05 +02:00
committed by Adrien Ferrand
parent d1330efe41
commit dcf89c9396
2 changed files with 16 additions and 1 deletions
+3
View File
@@ -109,6 +109,9 @@ SetVersion() {
SetVersion "$version"
# Unset CERTBOT_OLDEST to prevent wheels from being built improperly due to
# conditionals like the one found in certbot-dns-dnsimple's setup.py file.
unset CERTBOT_OLDEST
echo "Preparing sdists and wheels"
for pkg_dir in . $SUBPKGS_NO_CERTBOT
do