diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-06 10:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 10:18:49 +0100 |
| commit | 925bb561a2797b6d3cc5be748c2361721b8e1f08 (patch) | |
| tree | c3837258d08b7fe89ac62dcd08f96c510c3f3977 /utils | |
| parent | cdceec1cbb2ca894572396e0a68c2d09b0769231 (diff) | |
| parent | 38d32337e7600446c04ecd601b56d6915a4046fd (diff) | |
Merge pull request #2352 from dalf/no_http
Remove HTTP connections as much as possible
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/makefile.python | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makefile.python b/utils/makefile.python index 6c6696964..668b0894b 100644 --- a/utils/makefile.python +++ b/utils/makefile.python @@ -252,7 +252,7 @@ pyenv-python: pyenv-install # PyPi is required and since uploads via setuptools is not recommended, we have # to imstall / use twine ... its really a mess. # -# [1] http://python-packaging.readthedocs.io/en/latest/dependencies.html#packages-not-on-pypi +# [1] https://python-packaging.readthedocs.io/en/latest/dependencies.html#packages-not-on-pypi # [2] https://github.com/pypa/pip/pull/1519 # https://github.com/pypa/twine |