Skip to content

Commit a0a04bc

Browse files
authored
Merge pull request matplotlib#21397 from ryahern/v3.5.x
Support for pre 2.7.1 freetype savannah versions
2 parents da17670 + e5142eb commit a0a04bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setupext.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,9 @@ def do_custom_build(self, env):
592592
(f'https://downloads.sourceforge.net/project/freetype'
593593
f'/freetype2/{LOCAL_FREETYPE_VERSION}/{tarball}'),
594594
(f'https://download.savannah.gnu.org/releases/freetype'
595-
f'/{tarball}')
595+
f'/{tarball}'),
596+
(f'https://download.savannah.gnu.org/releases/freetype'
597+
f'/freetype-old/{tarball}')
596598
],
597599
sha=LOCAL_FREETYPE_HASH,
598600
dirname=f'freetype-{LOCAL_FREETYPE_VERSION}',

0 commit comments

Comments
 (0)