Skip to content

Commit

Permalink
pythonPackages.python-etcd: init at 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 19, 2016
1 parent 332a3e9 commit 9dae8a7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -19488,6 +19488,27 @@ in modules // {
};
};

python-etcd = buildPythonPackage rec {
name = "python-etcd-${version}";
version = "0.4.3";

src = pkgs.fetchurl {
url = "mirror://pypi/p/python-etcd/${name}.tar.gz";
sha256 = "cf53262b3890d185fe637eed15fe39c8d7a8261864ddcd7037b22c961456d7fc";
};

buildInputs = with self; [ nose mock pyopenssl ];

propagatedBuildInputs = with self; [ urllib3 dns];


meta = {
description = "A python client for Etcd";
homepage = http://github.com/jplana/python-etcd;
license = licenses.mit;
};
};


pytz = buildPythonPackage rec {
name = "pytz-${version}";
Expand Down

0 comments on commit 9dae8a7

Please sign in to comment.