python3Packages.statd: rename to python_statsd, disable on py3k
This commit is contained in:
parent
44922143fa
commit
e50deca440
@ -8012,9 +8012,10 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
statd = buildPythonPackage rec {
|
python_statsd = buildPythonPackage rec {
|
||||||
name = "python-statsd-${version}";
|
name = "python-statsd-${version}";
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
|
disabled = isPy3k; # next release will be py3k compatible
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/p/python-statsd/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/p/python-statsd/${name}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user