1
0
Fork 0

sci-visualization/fsleyes: new requirements sed

Package-Manager: Portage-2.3.62, Repoman-2.3.12
This commit is contained in:
Horea Christian 2019-04-15 15:45:33 +02:00
parent c90ff55393
commit f514263427
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
15 Apr 2019; <chymera@gentoo.org> fsleyes-0.27.3.ebuild:
sci-visualization/fsleyes:

View File

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -57,7 +57,7 @@ PATCHES=(
)
src_prepare() {
sed -i -e "s/Pillow>=3.2.0,<5.0/Pillow>=3.2.0/g" requirements.txt
sed -i -e "s/Pillow>=3.2.0,<6.0/Pillow>=3.2.0/g" requirements.txt
distutils-r1_src_prepare
}