From 82e2654e9d23e390a3b8508dee882f3d25196e9c Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 20 Apr 2021 23:37:43 -0500 Subject: various: kill idna dep mentions --- development/Sphinx/README | 10 ---------- python/yarl/README | 3 --- 2 files changed, 13 deletions(-) diff --git a/development/Sphinx/README b/development/Sphinx/README index cfd397e4f1..e3f923a7f7 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -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 diff --git a/python/yarl/README b/python/yarl/README index 30ca86a3c1..f34ce34a69 100644 --- a/python/yarl/README +++ b/python/yarl/README @@ -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. -- cgit v1.2.3