commit:     8051942d7d5fcca9446b9eef783701df2d27750e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 15:09:47 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 15:10:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8051942d

dev-python/catkin_pkg: add missing pyparsing dep

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 .../catkin_pkg/{catkin_pkg-0.4.1.ebuild => catkin_pkg-0.4.1-r1.ebuild} | 1 +
 dev-python/catkin_pkg/catkin_pkg-9999.ebuild                           | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild
similarity index 96%
rename from dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild
rename to dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild
index 0d20a2330bb..f74d5f891e5 100644
--- a/dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
+       dev-python/pyparsing[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
        test? ( dev-python/mock[${PYTHON_USEDEP}] 
dev-python/nose[${PYTHON_USEDEP}] )

diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild 
b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
index 0967bd6ff8e..f74d5f891e5 100644
--- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
+++ b/dev-python/catkin_pkg/catkin_pkg-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
@@ -30,6 +30,7 @@ RDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/docutils[${PYTHON_USEDEP}]
        dev-python/python-dateutil[${PYTHON_USEDEP}]
+       dev-python/pyparsing[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
        test? ( dev-python/mock[${PYTHON_USEDEP}] 
dev-python/nose[${PYTHON_USEDEP}] )

Reply via email to