commit:     534f2e086c7629cd8e0a0c7d0c000c431ca03812
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 14:55:31 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 17:31:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534f2e08

dev-libs/OpenNI: Remove unnecessary Python dep

Bug: https://bugs.gentoo.org/615916
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild | 3 +--
 dev-libs/OpenNI/OpenNI-9999.ebuild     | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild 
b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild
index af12cd1ce87..e2c08a5c23d 100644
--- a/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild
+++ b/dev-libs/OpenNI/OpenNI-1.5.7.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,7 +35,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/OpenNI/OpenNI-9999.ebuild 
b/dev-libs/OpenNI/OpenNI-9999.ebuild
index 79a0be764ee..2d37b651a91 100644
--- a/dev-libs/OpenNI/OpenNI-9999.ebuild
+++ b/dev-libs/OpenNI/OpenNI-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,7 +35,6 @@ RDEPEND="
        java? ( >=virtual/jre-1.5 )
 "
 DEPEND="${RDEPEND}
-       dev-lang/python
        doc? ( app-doc/doxygen )
        java? ( >=virtual/jdk-1.5 )"
 

Reply via email to