mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
litecli: fix https://github.com/dbcli/litecli/issues/104
This commit is contained in:
parent
5cf0885c56
commit
6def9ae386
3 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST litecli-1.3.2.tar.gz 54211 BLAKE2B 23ebd6ab277ab045d1063b9a35c59c71c045c3943ec1788607f1c7ac96555c8a587fa8ba5c505f9db3fa4f8e205d3984111e7474d4ba23b4ef6be461de4afb04 SHA512 b5c10689322188f10f4f35baf72a9f9c61a9126008cddbdeccc7c010b38f69a5076d1122e262fe658291ee29320bdb296c3aee14231d4ee25b85fb0856cb9116
|
||||
DIST litecli-1.4.1.tar.gz 56144 BLAKE2B 4aecfa427f73a9957f56f0b3da181e224b6c6bd07034093968420d1ef4460f66b28e17c6e1272dfe67f0df15116e6c09ded6f3221c3dd1ac4976ddd545157a24 SHA512 bbe3e76b9ffca806ef54d411d4a5c807397e145625bc20fc3caa6df5c822d5f6a61965f1d25600f80635050df7db9a52e8348fbf12e4903f9a45944f50f6a536
|
||||
|
|
|
|||
|
|
@ -16,11 +16,13 @@ KEYWORDS="~amd64 ~x86"
|
|||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
#sqlparse issue
|
||||
#https://github.com/dbcli/litecli/issues/104
|
||||
RDEPEND="
|
||||
>=dev-python/click-4.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
|
||||
>=dev-python/prompt_toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-4.0.0
|
||||
dev-python/sqlparse[${PYTHON_USEDEP}]
|
||||
=dev-python/sqlparse-0.3*[${PYTHON_USEDEP}]
|
||||
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/cli_helpers-1.0.1[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
|
|
|
|||
|
|
@ -208,8 +208,7 @@ dev-python/PyVirtualDisplay
|
|||
|
||||
# required by dev-util/objection
|
||||
dev-python/htmlentities
|
||||
#=dev-python/prompt_toolkit-3.0*
|
||||
=dev-python/litecli-1.3*
|
||||
=dev-python/litecli-1.4*
|
||||
|
||||
=dev-python/cli_helpers-2*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue