[h5py] 425/455: Use relative path for configure
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.
commit 056f7948df440aafed447d2ed63ad21d7d57cc03
Author: andrewcollette <andrew.collette at gmail.com>
Date: Sun Feb 21 23:01:42 2010 +0000
Use relative path for configure
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 155f68d..b861959 100644
--- a/setup.py
+++ b/setup.py
@@ -204,7 +204,7 @@ class configure(Command):
def finalize_options(self):
pass
- tempdir = localpath('detect')
+ tempdir = 'detect'
def create_tempdir(self):
import shutil
--
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