Skip to content

Commit

Permalink
acme_0_5_0: remove as it is no longer required
Browse files Browse the repository at this point in the history
(cherry picked from commit ee4b59c)
  • Loading branch information
fadenb authored and fpletz committed Dec 12, 2016
1 parent e1dd3e2 commit 8341cfb
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -353,27 +353,6 @@ in modules // {
};
};

acme_0_5_0 = buildPythonPackage rec {
version = "0.5.0";
name = "acme-${version}";

src = pkgs.fetchFromGitHub {
owner = "letsencrypt";
repo = "letsencrypt";
rev = "v${version}";
sha256 = "0x098cdyfgqvh7x5d3sz56qjpjyg5b4fl82086sm43d8mbz0h5rm";
};

propagatedBuildInputs = with self; [
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests2 six werkzeug mock
ndg-httpsclient
];

buildInputs = with self; [ nose ];

sourceRoot = "letsencrypt-v${version}-src/acme";
};

acme = buildPythonPackage rec {
inherit (pkgs.certbot) src version;

Expand Down

0 comments on commit 8341cfb

Please sign in to comment.