dev-python/catkin_pkg: add missing pyparsing dep
authorAlexis Ballier <aballier@gentoo.org>
Sun, 28 Jan 2018 15:09:47 +0000 (16:09 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 28 Jan 2018 15:10:01 +0000 (16:10 +0100)
Package-Manager: Portage-2.3.20, Repoman-2.3.6

dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild [moved from dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild with 96% similarity]
dev-python/catkin_pkg/catkin_pkg-9999.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 0d20a2330bbdbe203baced5996adc8d74e6a7da0..f74d5f891e532b7ce446fdd475f79bf6386780cb 100644 (file)
@@ -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}] )
index 0967bd6ff8e6b639525f4635510a4eb7fcabf184..f74d5f891e532b7ce446fdd475f79bf6386780cb 100644 (file)
@@ -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}] )