Add ipdb to optdepends
This commit is contained in:
parent
6780132e4f
commit
53fd55b368
@ -10,7 +10,8 @@ license=('GPL')
|
|||||||
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base' 'qt5-webkit'
|
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base' 'qt5-webkit'
|
||||||
'libxkbcommon-x11')
|
'libxkbcommon-x11')
|
||||||
makedepends=('python' 'python-setuptools')
|
makedepends=('python' 'python-setuptools')
|
||||||
optdepends=('python-colorlog: colored logging output')
|
optdepends=('python-colorlog: colored logging output'
|
||||||
|
'python-ipdb: better debugging')
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=('qutebrowser::git://the-compiler.org/qutebrowser')
|
source=('qutebrowser::git://the-compiler.org/qutebrowser')
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
@ -77,7 +77,7 @@ setupdata = {
|
|||||||
'author': qutebrowser.__author__,
|
'author': qutebrowser.__author__,
|
||||||
'author_email': qutebrowser.__email__,
|
'author_email': qutebrowser.__email__,
|
||||||
'license': qutebrowser.__license__,
|
'license': qutebrowser.__license__,
|
||||||
'extras_require': {'colorlog': ['colorlog', 'colorama']},
|
'extras_require': {'nice-debugging': ['colorlog', 'colorama', 'ipdb']},
|
||||||
'classifiers': [
|
'classifiers': [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: X11 Applications :: Qt',
|
'Environment :: X11 Applications :: Qt',
|
||||||
|
Loading…
Reference in New Issue
Block a user