diff options
author | Sven Vermeulen <swift@gentoo.org> | 2017-02-01 18:18:09 +0100 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2017-02-01 18:18:48 +0100 |
commit | b99f319bbc079221442883c76f9a2b082465f489 (patch) | |
tree | e351eb25d6a1905b3a7f0838f58fe0d589d6662b /app-admin | |
parent | dev-db/mariadb: Stable for HPPA (bug #606258). (diff) | |
download | gentoo-b99f319bbc079221442883c76f9a2b082465f489.tar.gz gentoo-b99f319bbc079221442883c76f9a2b082465f489.tar.bz2 gentoo-b99f319bbc079221442883c76f9a2b082465f489.zip |
app-admin/setools: Add dependency on PyQt5 with USE set to widgets and gui
Without this dependency set, launching apol fails with:
Traceback (most recent call last):
File "/usr/lib/python-exec/python2.7/apol", line 24, in <module>
from PyQt5.QtWidgets import QApplication
ImportError: No module named QtWidgets
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/setools/setools-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index 98ac8a5f918e..5a1f0d61ead6 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ RDEPEND="${PYTHON_DEPS} app-arch/bzip2:= dev-libs/libpcre:= X? ( - dev-python/PyQt5 + dev-python/PyQt5[gui,widgets] )" DEPEND="${RDEPEND} |