aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/make/python.mk
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-04-29 09:08:50 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-04-29 09:08:50 +0100
commit69f94f1022ad5dd3142b2f93d76612e13e0b5820 (patch)
treed23a4dd4cdafdc7e6b9ed935ad9cef70fbed6778 /reproduce/software/make/python.mk
parent53c7b2a17d9f12f62b19166446e1558299a80e39 (diff)
Modified sip_tpv Python package prerequisites
Until this commit, the prerequisites of `sip_tpv' were `mpmath' and `sympy'. However, the real prerequisites of `sip_tpv' are `astropy', `numpy' and `sympy'. With this commit, we fix this issue, and now `mpmath' is only a prerequisite of `sympy'.
Diffstat (limited to 'reproduce/software/make/python.mk')
-rw-r--r--reproduce/software/make/python.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/reproduce/software/make/python.mk b/reproduce/software/make/python.mk
index ba811ba..00e497b 100644
--- a/reproduce/software/make/python.mk
+++ b/reproduce/software/make/python.mk
@@ -497,7 +497,8 @@ $(ipydir)/setuptools_scm: $(tdir)/setuptools_scm-$(setuptools_scm-version).tar.g
Setuptools-scm $(setuptools_scm-version))
$(ipydir)/sip_tpv: $(tdir)/sip_tpv-$(sip_tpv-version).tar.gz \
- $(ipydir)/mpmath \
+ $(ipydir)/astropy \
+ $(ipydir)/numpy \
$(ipydir)/sympy
$(call pybuild, tar xf, $<, sip_tpv-$(sip_tpv-version), ,) \
&& cp $(dtexdir)/sip_tpv.tex $(ictdir)/ \