From 9521434ad2e02904251522b0a4e0194e3d38a1b8 Mon Sep 17 00:00:00 2001
From: Raul Infante-Sainz <infantesainz@gmail.com>
Date: Mon, 18 Feb 2019 16:07:39 +0000
Subject: Installed astroquery in the pipeline

All dependencies for building astroquery package have been done.

Until nowthe Python dependencies were built in the same Makefile
as the high level libraries and programs. But, because astroquery
has many dependencies we split the Python and Python packages
installation in a new Makefile.

The installation of differents packages are done using Python and
not pip, because we found some problems when doing it with pip.
Apparently there are some interferences between the packages
installed by the pip of the system and the pip installed as part
of Python in the pipeline.
---
 reproduce/config/pipeline/dependency-versions.mk | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

(limited to 'reproduce/config/pipeline')

diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk
index f0774bc..0aaceaf 100644
--- a/reproduce/config/pipeline/dependency-versions.mk
+++ b/reproduce/config/pipeline/dependency-versions.mk
@@ -52,8 +52,25 @@ zlib-version               = 1.2.11
 #
 # IMPORTANT: Fix url in `reproduce/src/make/dependencies.mk'
 # if changing the version
+astroquery-version         = 0.3.9
 astropy-version            = 3.1.1
+beautifulsoup4-version     = 4.7.1
+certifi-version            = 2018.11.29
+chardet-version            = 3.0.4
+entrypoints-version        = 0.3
+html5lib-version           = 1.0.1
+idna-version               = 2.8
+keyring-version            = 18.0.0
 numpy-version              = 1.16.1
+pip-version                = 19.0.2
+requests-version           = 2.21.0
+setuptools-version         = 40.8.0
+setuptools_scm-version     = 3.2.0
+six-version                = 1.12.0
+soupsieve-version          = 1.8
+urllib3-version            = 1.24.1
+virtualenv-version         = 16.4.0
+webencodings-version       = 0.5.1
 
 # Special libraries
 # -----------------
-- 
cgit v1.2.1