Jeremy Bicha <[email protected]> writes: > The logs have these warnings: > I: dh_python3 pydist:184: Cannot find package that provides > mkdocs_bootstrap. Please add package that provides it to Build-Depends > or add "mkdocs_bootstrap python3-mkdocs-bootstrap" line to > debian/py3dist-overrides or add proper dependency to Depends by hand > and ignore this info. > I: dh_python3 pydist:184: Cannot find package that provides > mkdocs_bootswatch. Please add package that provides it to > Build-Depends or add "mkdocs_bootswatch python3-mkdocs-bootswatch" > line to debian/py3dist-overrides or add proper dependency to Depends > by hand and ignore this info.
I think you might be confused; these a warnings only. The build-depends installs the required packages. Build-Depends: debhelper (>= 9), dh-python, python3-all (>= 3.2), python3-setuptools, python3-markdown (>= 2.1.0), python3-jinja2, python3-yaml, python3-watchdog, python3-pkg-resources, python3-click, python3-tornado, python3-livereload, mkdocs-bootstrap (>=0.1.1), mkdocs-bootswatch (>=0.1.0), I will see if I can silence the warning, but I don't think anything is broken here or that the serious severity is justified. -- Brian May <[email protected]> _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

