diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index bc86e8d1c97..9250473a370 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -105,7 +105,8 @@ MASTER_SITE_BERLIOS+= \ # Removal of the PyPI Mirror Auto Discovery and Naming Scheme # Reference: https://www.python.org/dev/peps/pep-0449/ MASTER_SITE_CHEESESHOP+= \ - https://pypi.python.org/packages/%SUBDIR%/ + https://pypi.python.org/packages/%SUBDIR%/ \ + https://pypi.io/packages/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) |