pypyPackages.greenlet: disable
This commit is contained in:
parent
538195e088
commit
0fc621e666
@ -3852,6 +3852,7 @@ rec {
|
||||
|
||||
greenlet = buildPythonPackage rec {
|
||||
name = "greenlet-0.4.3";
|
||||
disabled = isPyPy; # builtin for pypy
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/g/greenlet/${name}.zip";
|
||||
|
Loading…
x
Reference in New Issue
Block a user