[Python-modules-commits] [biggus] 06/09: fixed typo in patch 001
André Honeiser
anmaho-guest at moszumanska.debian.org
Tue Jul 25 15:44:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
anmaho-guest pushed a commit to branch debian/master
in repository biggus.
commit 82c7d0db94360c8b51fe05626d0f49d98afe6569
Author: André Honeiser <anmaho at gmx.net>
Date: Mon Jul 24 20:51:18 2017 +0200
fixed typo in patch 001
---
debian/patches/0001-fix-double-ellipsis-tests.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0001-fix-double-ellipsis-tests.patch b/debian/patches/0001-fix-double-ellipsis-tests.patch
index 878a02b..f610137 100644
--- a/debian/patches/0001-fix-double-ellipsis-tests.patch
+++ b/debian/patches/0001-fix-double-ellipsis-tests.patch
@@ -7,7 +7,7 @@ Subject: fix-double-ellipsis-tests
1 file changed, 9 insertions(+)
diff --git a/biggus/tests/unit/init/test__full_keys.py b/biggus/tests/unit/init/test__full_keys.py
-index 9e95ff6..d8c937f 100644
+index 9e95ff6..a0e4a7c 100644
--- a/biggus/tests/unit/init/test__full_keys.py
+++ b/biggus/tests/unit/init/test__full_keys.py
@@ -19,6 +19,9 @@
@@ -15,7 +15,7 @@ index 9e95ff6..d8c937f 100644
from six.moves import (filter, input, map, range, zip) # noqa
+# import LooseVersion to check numpy Version in unittests
-+from distutils.verion import LooseVersion
++from distutils.version import LooseVersion
+
import unittest
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/biggus.git
More information about the Python-modules-commits
mailing list