From: Luke Faraone Date: Sat, 30 Apr 2016 21:59:52 +0000 (+0000) Subject: Add python-debianbts as a dependency in setup/README (Closes: #823118) X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=da4fbbe28dc1be591a90f1ca2bb3894e0e931096;hp=da4fbbe28dc1be591a90f1ca2bb3894e0e931096;p=dak.git 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 from daklib.rm import remove File "/srv/daksrc/dak/daklib/rm.py", line 52, in import debianbts as bts ImportError: No module named debianbts Signed-off-by: Luke Faraone ---