mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
pythonPackages.pyomo: python2 no longer supported
This commit is contained in:
parent
8a3a3a75ff
commit
c7737048d3
@ -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 New Issue
Block a user