2018-01-11 10:35 GMT+00:00 Dmitry Shachnev <mity...@debian.org>: > Hi Brian and list, > > The new release of python-markdown has switched docs building from its own > custom build system to mkdocs. However python-mkdocs itself build-depends on > python3-markdown for tests, which results in a circular build-dependency.
Then in src:python-markdown ---> mkdocs <!nodoc> And in src:mkdocs ---> python3-markdown <!nocheck> This way, both ends of the circular dep are covered.