python312Packages.certbot-dns-route53: refactor

This commit is contained in:
Fabian Affolter 2024-11-21 10:57:15 +01:00
parent 4992f62249
commit 14a02190a3

View File

@ -5,18 +5,21 @@
certbot,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "certbot-dns-route53";
format = "setuptools";
pyproject = true;
inherit (certbot) src version;
disabled = pythonOlder "3.6";
sourceRoot = "${src.name}/certbot-dns-route53";
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
acme
boto3
certbot