python3Packages.statd: rename to python_statsd, disable on py3k

This commit is contained in:
Domen Kožar 2014-08-27 15:39:47 +02:00
parent 44922143fa
commit e50deca440

View file

@ -8012,9 +8012,10 @@ rec {
};
statd = buildPythonPackage rec {
python_statsd = buildPythonPackage rec {
name = "python-statsd-${version}";
version = "1.6.0";
disabled = isPy3k; # next release will be py3k compatible
src = fetchurl {
url = "https://pypi.python.org/packages/source/p/python-statsd/${name}.tar.gz";