python38.pkgs.python-jsonrpc-server: disable for python38
This commit is contained in:
parent
42ca7c114e
commit
ee6f5a32bb
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
|
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
|
||||||
, pytest, mock, pytestcov, coverage
|
, pytest, mock, pytestcov, coverage
|
||||||
, future, futures, ujson
|
, future, futures, ujson, isPy38
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -26,6 +26,8 @@ buildPythonPackage rec {
|
|||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
disabled = isPy38;
|
||||||
|
|
||||||
propagatedBuildInputs = [ future ujson ]
|
propagatedBuildInputs = [ future ujson ]
|
||||||
++ stdenv.lib.optional (pythonOlder "3.2") futures;
|
++ stdenv.lib.optional (pythonOlder "3.2") futures;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user