ports/databases/py-pgcli/files/patch-setup.py
Sunpoet Po-Chuan Hsieh 7adae7ec06 Fix py-cli-helpers dependency
- Bump PORTREVISION for package change

Obtained from:	4093a8546b
2017-12-03 20:36:11 +00:00

11 lines
265 B
Python

--- setup.py.orig 2017-09-19 18:26:52 UTC
+++ setup.py
@@ -20,7 +20,7 @@ install_requirements = [
'sqlparse >=0.2.2,<0.3.0',
'configobj >= 5.0.6',
'humanize >= 0.5.1',
- 'cli_helpers >= 0.2.3, < 1.0.0',
+ 'cli_helpers[styles] >= 1.0.1',
]