$OpenBSD: patch-setup_py,v 1.6 2019/12/28 14:33:14 jasper Exp $
Permit to use the specific version of colorama we have in ports.

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -34,7 +34,7 @@ setup(
         'requests',
         'ruamel.yaml>0.15.0,<0.17.0',
         'setuptools',
-        'colorama>=0.4.1,<0.5',
+        'colorama',
     ),
     include_package_data=True,
 )
