pkgsrc-WIP-changes archive

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

py-astroplan: 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:56:15 2020 +0800
Changeset:	1aa2d0f084ade7f3d26b5d2084cf92e11c6f688f

Modified Files:
	py-astroplan/Makefile

Log Message:
py-astroplan: 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=1aa2d0f084ade7f3d26b5d2084cf92e11c6f688f

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

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

diffs:
diff --git a/py-astroplan/Makefile b/py-astroplan/Makefile
index f8cd66339c..2db4031bdb 100644
--- a/py-astroplan/Makefile
+++ b/py-astroplan/Makefile
@@ -17,7 +17,7 @@ PYTHON_VERSIONS_INCOMPATIBLE+=	36
 
 DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.0:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-pytz>=2020.4:../../time/py-pytz
-DEPENDS+=	${PYPKGPREFIX}-astropy4>=4.2:../../wip/py-astropy
+DEPENDS+=	${PYPKGPREFIX}-astropy>=4.2:../../wip/py-astropy4
 DEPENDS+=	${PYPKGPREFIX}-astroquery>=0.3.9:../../wip/py-astroquery
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index