mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python3Packages.gipc: mark broken
no longer compatible with a recent version of gevent
This commit is contained in:
parent
06003e01f8
commit
58cc7968be
@ -27,6 +27,8 @@ buildPythonPackage rec {
|
||||
'';
|
||||
homepage = "http://gehrcke.de/gipc";
|
||||
license = licenses.mit;
|
||||
# gipc only has support for older versions of gevent
|
||||
broken = versionOlder "1.6" gevent.version;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user