python3Packages.dash: disable on older Python releases
This commit is contained in:
parent
d09234879c
commit
c88d3c371a
1 changed files with 4 additions and 0 deletions
|
@ -10,11 +10,15 @@
|
|||
, pytest-mock
|
||||
, mock
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dash";
|
||||
version = "2.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "plotly";
|
||||
|
|
Loading…
Reference in a new issue