pythonPackages.altair: python2 no longer supported
This commit is contained in:
committed by
Frederik Rietdijk
parent
9fdf16065c
commit
6eb49c39cd
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi, isPy27
|
||||||
, entrypoints
|
, entrypoints
|
||||||
, glibcLocales
|
, glibcLocales
|
||||||
, ipython
|
, ipython
|
||||||
@@ -19,6 +19,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "altair";
|
pname = "altair";
|
||||||
version = "4.0.0";
|
version = "4.0.0";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|||||||
Reference in New Issue
Block a user