diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 10:07:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 10:31:52 +0200 |
commit | de75652af4247181c4c38c0613728a11dea4ff9a (patch) | |
tree | c38904907b4cc0c4e62834507fba438049e34b1a /dev-python/pyds9 | |
parent | Drop obsolete virtual (diff) | |
download | gentoo-de75652af4247181c4c38c0613728a11dea4ff9a.tar.gz gentoo-de75652af4247181c4c38c0613728a11dea4ff9a.tar.bz2 gentoo-de75652af4247181c4c38c0613728a11dea4ff9a.zip |
dev-python/pyds9: Use pyfits from astropy
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pyds9')
-rw-r--r-- | dev-python/pyds9/pyds9-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyds9/pyds9-1.7.ebuild b/dev-python/pyds9/pyds9-1.7.ebuild index 1f95af36d616..6b783872e4cc 100644 --- a/dev-python/pyds9/pyds9-1.7.ebuild +++ b/dev-python/pyds9/pyds9-1.7.ebuild @@ -22,7 +22,7 @@ IUSE="" DEPEND=">=x11-libs/xpa-${XPAPV}" RDEPEND="${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] - virtual/pyfits[${PYTHON_USEDEP}]" + dev-python/astropy[${PYTHON_USEDEP}]" DOCS=(changelog README) |