diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-30 16:57:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-25 19:31:40 +0200 |
commit | 473d75a00afe53d215d4e3e93782ae2c3953168c (patch) | |
tree | 3823223ccd58567ccf9b7d5bd0243dd7b801ab0a /dev-libs/OpenNI2 | |
parent | dev-libs/OpenNI: Remove unnecessary Python dep (diff) | |
download | gentoo-473d75a00afe53d215d4e3e93782ae2c3953168c.tar.gz gentoo-473d75a00afe53d215d4e3e93782ae2c3953168c.tar.bz2 gentoo-473d75a00afe53d215d4e3e93782ae2c3953168c.zip |
dev-libs/OpenNI2: Remove unnecessary Python dep
Closes: https://bugs.gentoo.org/615916
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/OpenNI2')
-rw-r--r-- | dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/OpenNI2/OpenNI2-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild index 4f39df7f4066..e3fb3e2b667a 100644 --- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,6 @@ RDEPEND=" java? ( >=virtual/jre-1.5:* ) " DEPEND="${RDEPEND} - dev-lang/python doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5:* )" diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild index 1ced5f727b73..f9609af50af4 100644 --- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild +++ b/dev-libs/OpenNI2/OpenNI2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,6 @@ RDEPEND=" java? ( >=virtual/jre-1.5:* ) " DEPEND="${RDEPEND} - dev-lang/python doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5:* )" |