commit: e00a917414c54f02dfa036cd1efdc2a0aa623dec
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 09:55:09 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 09:55:09 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e00a9174
dev-python/astropy-healpix: remove unneeded dependency
this is based on the cxx healpix but does not require it
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/astropy-healpix/astropy-healpix-0.5.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
b/dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
index 6f813524d..06462034d 100644
--- a/dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
+++ b/dev-python/astropy-healpix/astropy-healpix-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,7 +27,6 @@ RESTRICT="test"
BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
RDEPEND="
- sci-astronomy/healpix
>=dev-python/astropy-3.2[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"