mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #14018: merge to 3.3
This commit is contained in:
commit
cec5f36e57
1 changed files with 5 additions and 1 deletions
|
@ -192,7 +192,8 @@ def library_recipes():
|
|||
|
||||
LT_10_5 = bool(DEPTARGET < '10.5')
|
||||
|
||||
result.extend([
|
||||
if getVersionTuple() >= (3, 3):
|
||||
result.extend([
|
||||
dict(
|
||||
name="XZ 5.0.3",
|
||||
url="http://tukaani.org/xz/xz-5.0.3.tar.gz",
|
||||
|
@ -201,6 +202,9 @@ def library_recipes():
|
|||
'--disable-dependency-tracking',
|
||||
]
|
||||
),
|
||||
])
|
||||
|
||||
result.extend([
|
||||
dict(
|
||||
name="NCurses 5.9",
|
||||
url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue