diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-03-04 14:34:10 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-03-04 14:34:21 +0100 |
commit | 7f0f9ddc928c6816f7110feac79681cc9d4e5eec (patch) | |
tree | 294ca9d5f781abb878074a17dcdd9273afb9d364 /dev-ros/rqt_plot | |
parent | dev-ros/rqt_plot: Remove old (diff) | |
download | gentoo-7f0f9ddc928c6816f7110feac79681cc9d4e5eec.tar.gz gentoo-7f0f9ddc928c6816f7110feac79681cc9d4e5eec.tar.bz2 gentoo-7f0f9ddc928c6816f7110feac79681cc9d4e5eec.zip |
dev-ros/rqt_plot: drop pyqwt dep
Closes: https://bugs.gentoo.org/649216
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ros/rqt_plot')
-rw-r--r-- | dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/rqt_plot/rqt_plot-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild b/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild index 8e73e88e63af..845689ab2731 100644 --- a/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild +++ b/dev-ros/rqt_plot/rqt_plot-0.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - || ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] ) + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqtgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] diff --git a/dev-ros/rqt_plot/rqt_plot-9999.ebuild b/dev-ros/rqt_plot/rqt_plot-9999.ebuild index 8e73e88e63af..845689ab2731 100644 --- a/dev-ros/rqt_plot/rqt_plot-9999.ebuild +++ b/dev-ros/rqt_plot/rqt_plot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SLOT="0" IUSE="" RDEPEND=" - || ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqwt:5[${PYTHON_USEDEP}] ) + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyqtgraph[${PYTHON_USEDEP}] dev-python/rospkg[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] |