mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-11 06:10:06 +02:00
Python: force readline version.
Otherwise it uses readline 7, which should be deprecated.
This commit is contained in:
@@ -11,7 +11,7 @@ OSI-approved open source license.
|
||||
HOMEPAGE="https://www.python.org/"
|
||||
COPYRIGHT="1990-2018 Python Software Foundation"
|
||||
LICENSE="Python"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41"
|
||||
SOURCE_DIR="Python-$portVersion"
|
||||
@@ -43,7 +43,7 @@ REQUIRES="
|
||||
lib:libbz2
|
||||
lib:libffi
|
||||
lib:libncurses
|
||||
lib:libreadline
|
||||
lib:libreadline >= 8
|
||||
lib:libsqlite3
|
||||
lib:libssl
|
||||
lib:libz
|
||||
@@ -53,7 +53,7 @@ BUILD_REQUIRES="
|
||||
devel:libbz2
|
||||
devel:libffi
|
||||
devel:libncurses
|
||||
devel:libreadline
|
||||
devel:libreadline >= 8
|
||||
devel:libsqlite3
|
||||
devel:libssl
|
||||
devel:libz
|
||||
|
||||
Reference in New Issue
Block a user