16 buildPythonPackage rec {
17 inherit (certbot) src version;
20 format = "setuptools";
22 propagatedBuildInputs = [
23 cryptography pyasn1 pyopenssl pyrfc3339 pytz requests requests-toolbelt six
24 werkzeug ndg-httpsclient josepy
27 # does not contain any tests
29 pythonImportsCheck = [ "acme" ];
31 sourceRoot = "${src.name}/${pname}";
33 meta = certbot.meta // {
34 description = "ACME protocol implementation in Python";