16 buildPythonPackage rec {
17 inherit (certbot) src version;
21 propagatedBuildInputs = [
22 cryptography pyasn1 pyopenssl pyRFC3339 pytz requests requests-toolbelt six
23 werkzeug ndg-httpsclient josepy
26 # does not contain any tests
28 pythonImportsCheck = [ "acme" ];
30 sourceRoot = "source/${pname}";
32 meta = certbot.meta // {
33 description = "ACME protocol implementation in Python";