pythonPackages.softlayer: disable python2
ERROR: Package 'SoftLayer' requires a different Python: 2.7.18 not in '>=3.5'
This commit is contained in:
parent
b5124d35af
commit
91ad6f176a
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, isPy27
|
||||||
, ptable
|
, ptable
|
||||||
, click
|
, click
|
||||||
, requests
|
, requests
|
||||||
@ -17,6 +18,7 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "softlayer-python";
|
pname = "softlayer-python";
|
||||||
version = "5.8.4";
|
version = "5.8.4";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
propagatedBuildInputs = [ ptable click requests prompt_toolkit pygments urllib3 ];
|
propagatedBuildInputs = [ ptable click requests prompt_toolkit pygments urllib3 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user