commit ca9816572e9af0d2a1822eea888cccf0ee913bb5 Author: teor teor@torproject.org Date: Mon Dec 2 13:54:05 2019 +1000
update: Use a package name from Debian when listing dependencies
Comment-only change.
Part of 28863. --- updateFallbackDirs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/updateFallbackDirs.py b/updateFallbackDirs.py index 02f97e3..77e9bbb 100755 --- a/updateFallbackDirs.py +++ b/updateFallbackDirs.py @@ -23,7 +23,7 @@ # If this is not possible, please disable: # PERFORM_IPV4_DIRPORT_CHECKS and PERFORM_IPV6_DIRPORT_CHECKS # -# Needs dateutil, stem, and potentially other python packages. +# Needs [python-]dateutil, stem, and potentially other python packages. # Optionally uses ipaddress (python 3 builtin) or py2-ipaddress (package) # for netblock analysis. #
tor-commits@lists.torproject.org