diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-13 18:42:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-10-13 18:42:03 +0000 |
commit | 06fcbb3587b754a7acbfde9f2129980eba223b12 (patch) | |
tree | f61438bf7e17ec92506b1b054397906eecb42f89 /databases/py-mycli/files/patch-setup.py | |
parent | Update to 0.29 (diff) |
Allow build with py-sqlparse 0.4.0
- Update WWW
- Bump PORTREVISION for package change
Notes
Notes:
svn path=/head/; revision=552252
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..1ef14ba5b51b --- /dev/null +++ b/databases/py-mycli/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2020-07-25 03:46:06 UTC ++++ setup.py +@@ -21,7 +21,7 @@ install_requirements = [ + 'Pygments >= 1.6', + 'prompt_toolkit>=3.0.0,<4.0.0', + 'PyMySQL >= 0.9.2', +- 'sqlparse>=0.3.0,<0.4.0', ++ 'sqlparse>=0.3.0', + 'configobj >= 5.0.5', + 'cryptography >= 1.0.0', + 'cli_helpers[styles] > 1.1.0', |