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:
Jonathan Ringer 2020-07-31 01:00:08 -07:00 committed by Frederik Rietdijk
parent c5a1eafc1b
commit a6be13831a

View File

@ -14,6 +14,7 @@
buildPythonPackage rec {
pname = "statsmodels";
version = "0.11.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;