]> git.decadent.org.uk Git - dak.git/commit
Add python-debianbts as a dependency in setup/README (Closes: #823118)
authorLuke Faraone <lfaraone@debian.org>
Sat, 30 Apr 2016 21:59:52 +0000 (21:59 +0000)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 10 May 2016 08:25:56 +0000 (10:25 +0200)
commitda4fbbe28dc1be591a90f1ca2bb3894e0e931096
tree22b4663f73f514bb68ead99c67dec6395fd51a4d
parentb702864c095c255c971eb9e74d60dfb55df64ef9
Add python-debianbts as a dependency in setup/README (Closes: #823118)

Needed to run the test suite:

    ======================================================================
    ERROR: test_importing_rm (test_imports.ImportTestCase)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/srv/daksrc/tests/test_imports.py", line 15, in test_fn
        __import__('dak', fromlist=[cmd])
      File "/srv/daksrc/dak/rm.py", line 54, in <module>
        from daklib.rm import remove
      File "/srv/daksrc/dak/daklib/rm.py", line 52, in <module>
        import debianbts as bts
    ImportError: No module named debianbts

Signed-off-by: Luke Faraone <lfaraone@debian.org>
setup/README