11 buildPythonPackage rec {
12 pname = "certbot-dns-ovh";
15 inherit (certbot) src version;
16 disabled = pythonOlder "3.6";
18 sourceRoot = "${src.name}/certbot-dns-ovh";
20 build-system = [ setuptools ];
28 nativeCheckInputs = [ pytestCheckHook ];
31 "-o cache_dir=$(mktemp -d)"
33 # Monitor https://github.com/certbot/certbot/issues/9606 for a solution
35 "ignore::DeprecationWarning"
38 meta = certbot.meta // {
39 description = "OVH DNS Authenticator plugin for Certbot";