pythonPackages.seaborn: disable <py3.6, abandoned upstream
This commit is contained in:
parent
5f67b6ad18
commit
a43ec07165
@ -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";
|
||||||
@ -30,4 +33,4 @@ buildPythonPackage rec {
|
|||||||
license = with lib.licenses; [ bsd3 ];
|
license = with lib.licenses; [ bsd3 ];
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user