Add ipdb to optdepends

This commit is contained in:
Florian Bruhin 2014-06-06 18:12:28 +02:00
parent 6780132e4f
commit 53fd55b368
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ license=('GPL')
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base' 'qt5-webkit'
'libxkbcommon-x11')
makedepends=('python' 'python-setuptools')
optdepends=('python-colorlog: colored logging output')
optdepends=('python-colorlog: colored logging output'
'python-ipdb: better debugging')
options=(!emptydirs)
source=('qutebrowser::git://the-compiler.org/qutebrowser')
md5sums=('SKIP')

View File

@ -77,7 +77,7 @@ setupdata = {
'author': qutebrowser.__author__,
'author_email': qutebrowser.__email__,
'license': qutebrowser.__license__,
'extras_require': {'colorlog': ['colorlog', 'colorama']},
'extras_require': {'nice-debugging': ['colorlog', 'colorama', 'ipdb']},
'classifiers': [
'Development Status :: 3 - Alpha',
'Environment :: X11 Applications :: Qt',