diff options
Diffstat (limited to 'net/py-softlayer/files/patch-setup.py')
-rw-r--r-- | net/py-softlayer/files/patch-setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-softlayer/files/patch-setup.py b/net/py-softlayer/files/patch-setup.py index 9d6d7e52c1f0..284677b3422a 100644 --- a/net/py-softlayer/files/patch-setup.py +++ b/net/py-softlayer/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2023-02-07 22:18:51 UTC +--- setup.py.orig 2023-05-03 21:38:15 UTC +++ setup.py @@ -40,7 +40,7 @@ setup( 'prompt_toolkit >= 2', 'pygments >= 2.0.0', 'urllib3 >= 1.24', -- 'rich == 13.3.2' -+ 'rich >= 13.3.2' +- 'rich == 13.3.5' ++ 'rich >= 13.3.5' ], keywords=['softlayer', 'cloud', 'slcli'], classifiers=[ |