Skip to content

Commit

Permalink
python38.pkgs.python-jsonrpc-server: disable for python38
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 17, 2020
1 parent 42ca7c1 commit ee6f5a3
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,6 +1,6 @@
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
, pytest, mock, pytestcov, coverage
, future, futures, ujson
, future, futures, ujson, isPy38
}:

buildPythonPackage rec {
Expand All @@ -26,6 +26,8 @@ buildPythonPackage rec {
pytest
'';

disabled = isPy38;

propagatedBuildInputs = [ future ujson ]
++ stdenv.lib.optional (pythonOlder "3.2") futures;

Expand Down

0 comments on commit ee6f5a3

Please sign in to comment.