pythonPackages.pyomo: python2 no longer supported
This commit is contained in:
parent
8a3a3a75ff
commit
c7737048d3
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, pyutilib
|
||||
, appdirs
|
||||
, ply
|
||||
|
@ -11,6 +12,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "pyomo";
|
||||
version = "5.6.1";
|
||||
disabled = isPy27; # unable to import pyutilib.th
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Pyomo";
|
||||
|
|
Loading…
Reference in a new issue