Skip to content

Update numpy, scipy, h5py to correct packages in .spec.in files

Patrick Godwin requested to merge update_spec_numpy_scipy into master

This PR fixes the relevant spec files so that certain packages (e.g. numpy) point at the corresponding python 3 packages (python%{python3_pkgversion}-numpy) rather than their python 2 counterparts.

Closes #71 (closed).

Merge request reports