diff options
author | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-24 10:38:24 +0100 |
---|---|---|
committer | Raul Infante-Sainz <infantesainz@gmail.com> | 2019-04-24 10:38:24 +0100 |
commit | c67b0b6788abd872bec0ca59d27a021a037b7c29 (patch) | |
tree | 84178c5e3e2ffb9b49cfb5b387dcfa7e76a4f494 /reproduce/software/config | |
parent | 217fd1b054546e475c1a4edba571b8611dfefcee (diff) |
Removed sip_tpv from TARGETS, now it is an optional package
With this commit, we let the Python package `sip_tpv' to be optional in
order to not install it by default. It is a very specific package and I
forgot to remove it from `TARGETS.mk' in the previous commit.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r-- | reproduce/software/config/installation/TARGETS.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/TARGETS.mk b/reproduce/software/config/installation/TARGETS.mk index 7ed6960..4b1ff2e 100644 --- a/reproduce/software/config/installation/TARGETS.mk +++ b/reproduce/software/config/installation/TARGETS.mk @@ -38,4 +38,4 @@ top-level-programs = gnuastro # Python libraries/modules. -top-level-python = astropy sip_tpv +top-level-python = astropy |