Loading pkgs/development/python-modules/certbot-dns-google/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ buildPythonPackage rec { inherit (certbot) src version; disabled = pythonOlder "3.6"; sourceRoot = "${src.name}/certbot-dns-google"; propagatedBuildInputs = [ acme certbot Loading @@ -24,9 +26,12 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" sourceRoot = "${src.name}/certbot-dns-google"; # Monitor https://github.com/certbot/certbot/issues/9606 for a solution "-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'" ]; meta = certbot.meta // { description = "Google Cloud DNS Authenticator plugin for Certbot"; Loading Loading
pkgs/development/python-modules/certbot-dns-google/default.nix +7 −2 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ buildPythonPackage rec { inherit (certbot) src version; disabled = pythonOlder "3.6"; sourceRoot = "${src.name}/certbot-dns-google"; propagatedBuildInputs = [ acme certbot Loading @@ -24,9 +26,12 @@ buildPythonPackage rec { pytestCheckHook ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" sourceRoot = "${src.name}/certbot-dns-google"; # Monitor https://github.com/certbot/certbot/issues/9606 for a solution "-W 'ignore:pkg_resources is deprecated as an API:DeprecationWarning'" ]; meta = certbot.meta // { description = "Google Cloud DNS Authenticator plugin for Certbot"; Loading