summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-12-22 22:03:56 +0000
committermef <mef@pkgsrc.org>2020-12-22 22:03:56 +0000
commitb88e3f9893d874a3fb3597a80ef50445fa6494d3 (patch)
tree97c90bccbe14e22a29e81c447aad9dd29c53eb93 /math
parentd5cc743d0f484147c3d5244d594f5b3dcfb50592 (diff)
downloadpkgsrc-b88e3f9893d874a3fb3597a80ef50445fa6494d3.tar.gz
(math/py-astroquery) Fix typo py-astro{4,}
Diffstat (limited to 'math')
-rw-r--r--math/py-astroquery/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-astroquery/Makefile b/math/py-astroquery/Makefile
index 21322b2d650..f5cd0877241 100644
--- a/math/py-astroquery/Makefile
+++ b/math/py-astroquery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/19 14:32:57 mef Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/22 22:03:56 mef Exp $
DISTNAME= astroquery-0.3.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE+= 36
DEPENDS+= ${PYPKGPREFIX}-requests>=2.25.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-keyring>=21.2.1:../../security/py-keyring
DEPENDS+= ${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy4
+DEPENDS+= ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
DEPENDS+= ${PYPKGPREFIX}-pyvo>=1.0:../../math/py-pyvo
.include "../../lang/python/distutils.mk"