diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 20:49:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:45:15 +0200 |
commit | 121fec0a2a148350c337c3d1d06eb7248701a245 (patch) | |
tree | 40a81d70517ea70f4f957d58ddc0731a0d9b28c2 /dev-python/pyqwt | |
parent | dev-python/pygtksourceview: [QA] Add missing python metadata variables (diff) | |
download | gentoo-121fec0a2a148350c337c3d1d06eb7248701a245.tar.gz gentoo-121fec0a2a148350c337c3d1d06eb7248701a245.tar.bz2 gentoo-121fec0a2a148350c337c3d1d06eb7248701a245.zip |
dev-python/pyqwt: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pyqwt')
-rw-r--r-- | dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild index 5f4fe6858998..cd1fb2e2c252 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0-r2.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 EAPI=5 @@ -16,8 +16,9 @@ SLOT="5" LICENSE="GPL-2" KEYWORDS="amd64 arm ia64 x86" IUSE="debug doc examples svg" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" +RDEPEND="${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] dev-python/PyQt4[${PYTHON_USEDEP},compat(+)] dev-python/sip[${PYTHON_USEDEP}] |