From c67b0b6788abd872bec0ca59d27a021a037b7c29 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 24 Apr 2019 10:38:24 +0100 Subject: 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. --- reproduce/software/config/installation/TARGETS.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/software/config') 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 -- cgit v1.2.1