python35Packages.vega: disable python{2,35}, abandonded
``` Processing ./vega-3.4.0-py2-none-any.whl ERROR: Package 'vega' requires a different Python: 2.7.18 not in '>=3.6.1' builder for '/nix/store/l6f04q9sk1a3n8rl4rscaz2w8xinygfr-python2.7-vega-3.4.0.drv' failed with exit code 1 ```
This commit is contained in:
parent
4a9dac0081
commit
159b4eddb4
@ -1,9 +1,10 @@
|
|||||||
{ stdenv, buildPythonPackage , fetchPypi
|
{ stdenv, buildPythonPackage , fetchPypi, pythonOlder
|
||||||
, pytest, jupyter_core, pandas, ipywidgets }:
|
, pytest, jupyter_core, pandas, ipywidgets }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "vega";
|
pname = "vega";
|
||||||
version = "3.4.0";
|
version = "3.4.0";
|
||||||
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user