[pyfai] 10/19: try to solve the build_man issue

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Aug 29 12:34:07 UTC 2017


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

picca pushed a commit to branch master
in repository pyfai.

commit 065fcb155d2cae9464da05fef26cfc456652ea74
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Wed Aug 2 09:52:56 2017 +0200

    try to solve the build_man issue
---
 ...03-remove-a-wrong-PYTHONPATH-modification.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0003-remove-a-wrong-PYTHONPATH-modification.patch b/debian/patches/0003-remove-a-wrong-PYTHONPATH-modification.patch
new file mode 100644
index 0000000..0851e6a
--- /dev/null
+++ b/debian/patches/0003-remove-a-wrong-PYTHONPATH-modification.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?=
+ <picca at synchrotron-soleil.fr>
+Date: Wed, 2 Aug 2017 09:52:12 +0200
+Subject: remove a wrong PYTHONPATH modification
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 611ba81..090676a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -200,7 +200,7 @@ class BuildMan(Command):
+         path.insert(0, os.path.abspath(build.build_lib))
+ 
+         env = dict((str(k), str(v)) for k, v in os.environ.items())
+-        env["PYTHONPATH"] = os.pathsep.join(path)
++        #env["PYTHONPATH"] = os.pathsep.join(path)
+ 
+         import subprocess
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 3edfb87..5041a5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0003-use-the-system-mathjax.patch
 0002-remove-useless-logic-in-conf.py.patch
+0003-remove-a-wrong-PYTHONPATH-modification.patch

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



More information about the debian-science-commits mailing list