mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
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:
committed by
Adrien Ferrand
parent
d1330efe41
commit
dcf89c9396
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user