Project import generated by Copybara.
GitOrigin-RevId: a322b32e9d74fb476944ff6cfb55833dc69cfaaa
This commit is contained in:
parent
2043572a2b
commit
63c8b98893
3 changed files with 2 additions and 5 deletions
|
@ -42,6 +42,5 @@ buildPythonPackage rec {
|
|||
description = "A Python client driver for Apache Cassandra";
|
||||
homepage = "http://datastax.github.io/python-driver";
|
||||
license = licenses.asl20;
|
||||
broken = true; # geomet doesn't exist
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "gevent";
|
||||
version = "20.9.0";
|
||||
version = "20.5.2";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "13aw9x6imsy3b369kfjblqiwfni69pp32m4r13n62r9k3l2lhvaz";
|
||||
sha256 = "2756de36f56b33c46f6cc7146a74ba65afcd1471922c95b6771ce87b279d689c";
|
||||
};
|
||||
|
||||
buildInputs = [ libev ];
|
||||
|
|
|
@ -27,8 +27,6 @@ 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 a new issue