python3: fix #2558

'str' has no attribute 'append'
This commit is contained in:
irtusb
2018-05-25 13:01:45 -04:00
committed by Adrien Destugues
parent 2bfcef6ad5
commit 3abf6cda40
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ OSI-approved open source license.
HOMEPAGE="http://www.python.org"
LICENSE="Python"
COPYRIGHT="1990-2017, Python Software Foundation"
REVISION="3"
REVISION="4"
SOURCE_URI="https://www.python.org/ftp/python/$portVersion/Python-$portVersion.tar.xz"
CHECKSUM_SHA256="cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da"
SOURCE_DIR="Python-$portVersion"