[h5py] 02/05: d/p/0002*.patch: better patch
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Apr 16 07:08:47 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 f990cf1d61ad4073bf3091b53f42d935bd0bcc7d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Thu Apr 16 07:36:49 2015 +0100
d/p/0002*.patch: better patch
---
debian/patches/0002-prevent-cython-dep.patch | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0002-prevent-cython-dep.patch b/debian/patches/0002-prevent-cython-dep.patch
index 5e59fd3..463ac09 100644
--- a/debian/patches/0002-prevent-cython-dep.patch
+++ b/debian/patches/0002-prevent-cython-dep.patch
@@ -6,12 +6,14 @@ Last-Update: 2015-04-14
--- h5py.orig/setup.py
+++ h5py/setup.py
-@@ -142,7 +142,7 @@
+@@ -142,7 +142,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', 'Cython>=0.17'],
++ install_requires = ['numpy>=1.6.1'],
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