pythonPackages.seaborn: disable <py3.6, abandoned upstream

This commit is contained in:
Jonathan Ringer 2020-02-12 22:36:24 -08:00 committed by Jon
parent 5f67b6ad18
commit a43ec07165

View File

@ -1,5 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, pythonOlder
, fetchPypi , fetchPypi
, nose , nose
, pandas , pandas
@ -9,6 +10,8 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "seaborn"; pname = "seaborn";
version = "0.10.0"; version = "0.10.0";
disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "59fe414e138d7d5ea08b0feb01b86caf4682e36fa748e3987730523a89aecbb9"; sha256 = "59fe414e138d7d5ea08b0feb01b86caf4682e36fa748e3987730523a89aecbb9";