From 43ffe3bd4a89ee9377fea170a9d9d26cb38cc3dd Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Fri, 5 Apr 2019 10:50:06 +0100 Subject: Python cython and pkgconfig packages added for h5py After trying to set the pipeline from scratch with no internet conection (but all tarballs already downladed), `h5py' Python package complained about not having access to download `pkgconfig'. After solving this dependency, it also complained about not having `cython'. With this commit, we add `pkgconfig' (Python) and `cython' to the pipeline in order to be able to install `h5py' properly. --- reproduce/config/pipeline/dependency-versions.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reproduce/config') diff --git a/reproduce/config/pipeline/dependency-versions.mk b/reproduce/config/pipeline/dependency-versions.mk index 2e74a45..b4cb819 100644 --- a/reproduce/config/pipeline/dependency-versions.mk +++ b/reproduce/config/pipeline/dependency-versions.mk @@ -98,6 +98,7 @@ cffi-version = 1.12.2 chardet-version = 3.0.4 cryptography-version = 2.6.1 cycler-version = 0.10.0 +cython-version = 0.29.6 entrypoints-version = 0.3 h5py-version = 2.9.0 html5lib-version = 1.0.1 @@ -111,6 +112,7 @@ numpy-version = 1.16.2 pip-version = 19.0.2 pycparser-version = 2.19 pyparsing-version = 2.3.1 +pypkgconfig-version = 1.5.1 python-dateutil-version = 2.8.0 requests-version = 2.21.0 scipy-version = 1.2.1 -- cgit v1.2.1