Fix r563317
Relax pyperclip version requirement to 1.7.0 temporarily.
This commit is contained in:
parent
e05191e7d2
commit
79f02373bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563632
2 changed files with 7 additions and 2 deletions
|
@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=2.0.1:devel/py-cli-helpers@${PY
|
|||
${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.6<4.0.0:devel/py-prompt-toolkit@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pymysql>=0.9.2:databases/py-pymysql@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyperclip>=1.8.1:devel/py-pyperclip@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyperclip>=1.7.0:devel/py-pyperclip@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0:databases/py-sqlparse@${PY_FLAVOR}
|
||||
|
||||
USES= mysql python:3.6+
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- setup.py.orig 2021-01-07 01:54:09 UTC
|
||||
+++ setup.py
|
||||
@@ -21,7 +21,7 @@ install_requirements = [
|
||||
@@ -21,11 +21,11 @@ install_requirements = [
|
||||
'Pygments >= 1.6',
|
||||
'prompt_toolkit>=3.0.6,<4.0.0',
|
||||
'PyMySQL >= 0.9.2',
|
||||
|
@ -9,3 +9,8 @@
|
|||
'configobj >= 5.0.5',
|
||||
'cryptography >= 1.0.0',
|
||||
'cli_helpers[styles] >= 2.0.1',
|
||||
- 'pyperclip >= 1.8.1'
|
||||
+ 'pyperclip >= 1.7.0'
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue