[med-svn] [snakemake] 01/01: Fix build with Python 3.6

Andreas Tille tille at debian.org
Fri Dec 8 08:05:30 UTC 2017


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

tille pushed a commit to branch master
in repository snakemake.

commit 78042fd49c529a231e1eaf3c7dc4717282e137ec
Author: Andreas Tille <tille at debian.org>
Date:   Thu Dec 7 08:20:08 2017 +0100

    Fix build with Python 3.6
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5b5fd3..59ac5be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ snakemake (4.3.1-1) UNRELEASED; urgency=medium
 
   [ Andreas Tille ]
   * Remove sphinxext which spoils doc generation
+  * Fix build with Python 3.6
 
  -- Andreas Tille <tille at debian.org>  Wed, 06 Dec 2017 22:10:17 +0100
 
diff --git a/debian/rules b/debian/rules
index a85f48f..2191993 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_DESTDIR_python3=debian/snakemake
 export PYBUILD_BEFORE_TEST_python3=chmod +x {dir}/bin/snakemake; cp -r {dir}/bin {dir}/tests {build_dir}
 export PYBUILD_AFTER_TEST_python3=rm -fr {build_dir}/bin {build_dir}/tests
 
-export PATH:=$(CURDIR)/.pybuild/pythonX.Y_3.5/build/bin:$(PATH)
+export PATH:=$(CURDIR)/.pybuild/pythonX.Y_3.6/build/bin:$(PATH)
 
 # Force the use of python3's sphinx-build.
 export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git



More information about the debian-med-commit mailing list