pythonPackages.altair: python2 no longer supported

This commit is contained in:
Jonathan Ringer 2019-12-22 15:29:18 -08:00 committed by Frederik Rietdijk
parent 9fdf16065c
commit 6eb49c39cd

View File

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi
{ stdenv, buildPythonPackage, fetchPypi, isPy27
, entrypoints
, glibcLocales
, ipython
@ -19,6 +19,7 @@
buildPythonPackage rec {
pname = "altair";
version = "4.0.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;