Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 536454 Details for
Bug 658250
sci-geosciences/qgis-3.0.3[-python] - Could NOT find PythonInterp: Found unsuitable version "2.7.14", but required is at least "3"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add proper python3 dependenncy
BGO658250.patch (text/plain), 669 bytes, created by
Kalin KOZHUHAROV
on 2018-06-19 20:31:47 UTC
(
hide
)
Description:
add proper python3 dependenncy
Filename:
MIME Type:
Creator:
Kalin KOZHUHAROV
Created:
2018-06-19 20:31:47 UTC
Size:
669 bytes
patch
obsolete
>--- qgis-3.0.3.ebuild 2018-05-23 14:39:04.000000000 +0200 >+++ qgis-3.0.3.ebuild 2018-06-19 21:57:13.523422418 +0200 >@@ -3,7 +3,7 @@ > > EAPI=6 > >-PYTHON_COMPAT=( python3_5 ) >+PYTHON_COMPAT=( python3_{5,6} ) > PYTHON_REQ_USE="sqlite" > QT_MIN_VER="5.9.4" > >@@ -64,7 +64,8 @@ > ) > polar? ( >=x11-libs/qwtpolar-1.1.1-r1[qt5(+)] ) > postgres? ( dev-db/postgresql:= ) >- python? ( ${PYTHON_DEPS} >+ ${PYTHON_DEPS} >+ python? ( > dev-python/future[${PYTHON_USEDEP}] > dev-python/httplib2[${PYTHON_USEDEP}] > dev-python/jinja[${PYTHON_USEDEP}] >@@ -105,7 +106,7 @@ > ) > > pkg_setup() { >- use python && python-single-r1_pkg_setup >+ python-single-r1_pkg_setup > } > > src_prepare() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 658250
:
536154
| 536454