Re: Getting ready for Python 3.5

2015-06-25 Thread Barry Warsaw
On Jun 25, 2015, at 04:57 PM, Dmitry Shachnev wrote: >Sphinx needs python3-gi only for tests, so I think it will be easier to >break the loop here. Search for "jstest" in debian/rules and comment that >line out. Thanks, it might indeed be easier this way. py3cairo is a mess. :/ Cheers, -Barry

Re: Getting ready for Python 3.5

2015-06-25 Thread Dmitry Shachnev
Hi Barry, On Thu, 25 Jun 2015 09:38:49 -0400, Barry Warsaw wrote: > It looks like we have a Build-Depends loop. > > python-sphinx (sphinx) -> python3-gi (pygobject) -> python3-cairo (py3cairo) > -> python-sphinx > > All FTBFS in the PPA. I'm guessing this loop was introduced after the > addition

Re: Getting ready for Python 3.5

2015-06-25 Thread Barry Warsaw
It looks like we have a Build-Depends loop. python-sphinx (sphinx) -> python3-gi (pygobject) -> python3-cairo (py3cairo) -> python-sphinx All FTBFS in the PPA. I'm guessing this loop was introduced after the addition of Python 3.4, since it should affect every major Python version transition. I