python312Packages.certbot-dns-route53: refactor
This commit is contained in:
parent
4992f62249
commit
14a02190a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user