various: kill idna dep mentions

This commit is contained in:
Robby Workman 2021-04-20 23:37:43 -05:00
parent d3ebc8253e
commit 82e2654e9d
2 changed files with 0 additions and 13 deletions

View file

@ -3,13 +3,3 @@ source files into various output formats, including HTML, ePub,
LaTeX and plain text. Sphinx was originally created for the Python
documentation, but it has excellent facilities for the documentation
of software projects in a range of languages.
All Sphinx dependencies must be built with Python 3 support and since
there are many different way of providing this, the following packages
require special build instructions not captured in REQUIRES:
- python/python-urllib3: install python/python3 first
- python/idna: install python/python3 first
- python/python-chardet: install python/python3 first
- python/imagesize: install python/python3 first
- python/alabaster: install python/python3 first
- python/pytz: install python/python3 first

View file

@ -1,6 +1,3 @@
yarl (Yet another URL Library)
The module provides handy URL class for url parsing and changing.
yarl is python3 only. Thus, the dependency idna must be built
in python3.