https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274256
Po-Chuan Hsieh <sunp...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sunp...@freebsd.org --- Comment #3 from Po-Chuan Hsieh <sunp...@freebsd.org> --- (In reply to Yasuhiro Kimura from comment #2) Did you check the source, at least setup.py? There are some dependency changes in https://github.com/certbot/certbot/compare/v2.6.0...v2.7.1 from certbot/setup.py: - 'ConfigArgParse>=0.9.3', + 'ConfigArgParse>=1.5.3', + 'importlib_resources>=1.3.1; python_version < "3.9"', + 'importlib_metadata>=4.6; python_version < "3.10"', from certbot-apache/setup.py: + 'importlib_resources>=1.3.1; python_version < "3.9"', from certbot-dns-dnsimple/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-dnsmadeeasy/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-gehirn/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-linode/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-luadns/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-nsone/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-ovh/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-dns-sakuracloud/setup.py: - 'dns-lexicon>=3.2.1', + 'dns-lexicon>=3.14.1', from certbot-nginx/setup.py: + 'importlib_resources>=1.3.1; python_version < "3.9"', -- You are receiving this mail because: You are the assignee for the bug.