On 3 July 2014 14:49, Brian May <b...@debian.org> wrote: > sbuild-build-depends-celery-dummy : Depends: python-kombu (>= 3.0.19) but > 3.0.15-1 is to be installed > Depends: python-kombu-doc (>= 3.0.19) > but it is not going to be installed > Depends: python3-cl but it is not > installable > Depends: python3-gevent but it is not > installable > Depends: python3-kombu (>= 3.0.19) > but it is not installable > Depends: python3-kombu-doc (>= > 3.0.19) but it is not installable > Depends: python3-mailer but it is not > installable > Depends: python3-pytyrant but it is > not installable > Depends: python3-unittest2 but it is > not installable >
Ok, so now that kombu has been dealt with (may take longer to actually get into unstable), python3-cl is not needed any more, and unittest is part of Python3, that leaves the following unresolved dependencies: * python3-gevent * python3-pytyrant * python3-mailer None of these are supported for Python3. Fortunately, doesn't seem to matter, I suspect they aren't required (*still need to confirm this). This gives me a Python2 test failure, which is kind of odd. Suspect my changes didn't do it. Oh wait, the Debian source has the same problem, will open a separate bug report. -- Brian May <b...@debian.org>