pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-astroquery: corrected astropy dependency



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Fri Dec 18 22:54:13 2020 +0800
Changeset:	a56fcc9a5e69b9c1132f071256082cc26a701e8f

Modified Files:
	py-astroquery/Makefile

Log Message:
py-astroquery: corrected astropy dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a56fcc9a5e69b9c1132f071256082cc26a701e8f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-astroquery/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-astroquery/Makefile b/py-astroquery/Makefile
index 6d59b4f329..fc3a2698b2 100644
--- a/py-astroquery/Makefile
+++ b/py-astroquery/Makefile
@@ -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}-astropy4>=4.2:../../wip/py-astropy4
+DEPENDS+=	${PYPKGPREFIX}-astropy>=4.2:../../wip/py-astropy4
 DEPENDS+=	${PYPKGPREFIX}-pyvo>=1.0:../../wip/py-pyvo
 
 .include "../../lang/python/distutils.mk"


Home | Main Index | Thread Index | Old Index