diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-30 21:57:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-30 21:57:07 +0000 |
commit | 4e07064a6b1898bddb6a902625e7fe1850a30ac8 (patch) | |
tree | 788a94d653ec7fe73d0bcedcbe654409684ff734 /databases/py-mycli/files/patch-setup.py | |
parent | Update to 0.48 (diff) |
Allow build with py-sqlparse 0.3.0
- Bump PORTREVISION for package change
PR: 237724
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Notes
Notes:
svn path=/head/; revision=503108
Diffstat (limited to 'databases/py-mycli/files/patch-setup.py')
-rw-r--r-- | databases/py-mycli/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/py-mycli/files/patch-setup.py b/databases/py-mycli/files/patch-setup.py new file mode 100644 index 000000000000..f6e55a95acb7 --- /dev/null +++ b/databases/py-mycli/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2018-11-18 16:25:06 UTC ++++ setup.py +@@ -21,7 +21,7 @@ install_requirements = [ + 'Pygments >= 1.6', + 'prompt_toolkit>=2.0.6', + 'PyMySQL >= 0.9.2', +- 'sqlparse>=0.2.2,<0.3.0', ++ 'sqlparse>=0.2.2', + 'configobj >= 5.0.5', + 'cryptography >= 1.0.0', + 'cli_helpers[styles] >= 1.0.1', |