summaryrefslogtreecommitdiff
path: root/databases/py-pgcli/files/patch-setup.py
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-21 17:41:06 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-12-21 17:41:06 +0000
commit6c8bed087d8a0c69313583ce9bf652aee639b05e (patch)
treed0f1a42c54cf948dc44dd7984738bbb45b05179f /databases/py-pgcli/files/patch-setup.py
parentUpdate to 0.48 (diff)
Update to 1.8.2
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
Diffstat (limited to 'databases/py-pgcli/files/patch-setup.py')
-rw-r--r--databases/py-pgcli/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/py-pgcli/files/patch-setup.py b/databases/py-pgcli/files/patch-setup.py
deleted file mode 100644
index f05e7160b1cf..000000000000
--- a/databases/py-pgcli/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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',
- ]
-
-