diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:26:58 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:27:56 -0500 |
commit | 8707673f04269b4be36091f3d647245b7aa1d1c5 (patch) | |
tree | cade32aec27aae8625434acd584e9064f6fd2191 /development | |
parent | fbde5a9aa26ef2a1e582460c51756694fa4c66ec (diff) |
development/git-cola: Fixed dep info in README
Diffstat (limited to 'development')
-rw-r--r-- | development/git-cola/README | 7 | ||||
-rw-r--r-- | development/git-cola/git-cola.info | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/development/git-cola/README b/development/git-cola/README index 92af1c4bc13b..f904c66829ee 100644 --- a/development/git-cola/README +++ b/development/git-cola/README @@ -3,12 +3,7 @@ git-cola is free software and written in Python (v2 + v3). git-cola uses QtPy (included), so you can choose between PyQt4, PyQt5, and PySide by setting the QT_API environment variable to pyqt4, pyqt5 or -pyside as desired. qtpy defaults to pyqt5 and falls back to pyqt4 if -pyqt5 is not installed. +pyside as desired. -Set QT_API=pyqt4 in your environment if you have both versions of PyQt -installed and want to ensure that PyQt4 is used. - -PyQt5 is an optional dependency if you want a more "modern" interface. pyside is an optional (untested by me) dependency. send2trash is an optional (untested by me) dependency. diff --git a/development/git-cola/git-cola.info b/development/git-cola/git-cola.info index 3d760e1fe710..fce55b9fd775 100644 --- a/development/git-cola/git-cola.info +++ b/development/git-cola/git-cola.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/git-cola/git-cola/archive/v3.6/git-cola-3.6.tar.gz" MD5SUM="ba4e64d82a27ee5452afbbc16a28717e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-attrs python-certifi Sphinx" +REQUIRES="python3-attrs Sphinx" MAINTAINER="Ricardo J. Barberis" EMAIL="ricardo.barberis@gmail.com" |