python2Packages.statsmodels: disable py27, abandoned
``` Processing ./statsmodels-0.11.1-cp27-cp27mu-linux_x86_64.whl ERROR: Package 'statsmodels' requires a different Python: 2.7.18 not in '>=3.5' ```
This commit is contained in:
parent
c5a1eafc1b
commit
a6be13831a
|
@ -14,6 +14,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "statsmodels";
|
||||
version = "0.11.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in New Issue