mirror of https://github.com/python/cpython
Merge heads
This commit is contained in:
commit
158875989f
|
@ -192,6 +192,7 @@ def library_recipes():
|
||||||
|
|
||||||
LT_10_5 = bool(DEPTARGET < '10.5')
|
LT_10_5 = bool(DEPTARGET < '10.5')
|
||||||
|
|
||||||
|
if getVersionTuple() >= (3, 3):
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="XZ 5.0.3",
|
name="XZ 5.0.3",
|
||||||
|
@ -201,6 +202,9 @@ def library_recipes():
|
||||||
'--disable-dependency-tracking',
|
'--disable-dependency-tracking',
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
|
])
|
||||||
|
|
||||||
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="NCurses 5.9",
|
name="NCurses 5.9",
|
||||||
url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz",
|
url="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz",
|
||||||
|
|
Loading…
Reference in New Issue