[h5py] 02/07: d/p/0002*.patch: refresh patch

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Apr 17 10:15:31 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository h5py.

commit d1b00fdcf3de2efa144b7e318c6a3b36e5b43c06
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Apr 17 10:06:55 2015 +0100

    d/p/0002*.patch: refresh patch
---
 debian/patches/0002-prevent-cython-dep.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0002-prevent-cython-dep.patch b/debian/patches/0002-prevent-cython-dep.patch
index 463ac09..2abe410 100644
--- a/debian/patches/0002-prevent-cython-dep.patch
+++ b/debian/patches/0002-prevent-cython-dep.patch
@@ -6,14 +6,14 @@ Last-Update: 2015-04-14
 
 --- h5py.orig/setup.py
 +++ h5py/setup.py
-@@ -142,7 +142,8 @@
+@@ -134,8 +134,8 @@
    packages = ['h5py', 'h5py._hl', 'h5py.tests', 'h5py.tests.old', 'h5py.tests.hl'],
    package_data = package_data,
    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'],
-+  #requires = ['numpy (>=1.6.1)', 'Cython (>=0.17)'],
-+  #install_requires = ['numpy>=1.6.1', 'Cython>=0.17'],
-+  install_requires = ['numpy>=1.6.1'],
+-  install_requires = ['numpy>=1.6.1', 'Cython>=0.17', 'six'],
++  requires = ['numpy (>=1.6.1)'],
++  install_requires = ['numpy>=1.6.1', 'six'],
+   setup_requires = ['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