[h5py] 11/38: Requirements for setup (numpy, Cython) added

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:21:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository h5py.

commit 93377e41b6c8427fa71497431a03f53e85211bbf
Author: Jakob Lombacher <Jakob.Lombacher at daimler.com>
Date:   Fri May 22 14:14:50 2015 +0200

    Requirements for setup (numpy, Cython) added
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 1108fa8..6523ce8 100755
--- a/setup.py
+++ b/setup.py
@@ -136,6 +136,6 @@ setup(
   ext_modules = [Extension('h5py.x',['x.c'])],  # To trick build into running build_ext
   requires = ['numpy (>=1.6.1)', 'Cython (>=0.17)'],
   install_requires = ['numpy>=1.6.1', 'Cython>=0.17', 'six'],
-  setup_requires = ['pkgconfig', 'six'],
+  setup_requires = ['numpy>=1.6.1', 'Cython>=0.17', 'pkgconfig', 'six'],
   cmdclass = CMDCLASS,
 )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list