[pytango] 40/122: Fix typo in RedHat setup (introduced in ac4bb7)

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:16 UTC 2017


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

sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.

commit 1d65c1804c0d20e9391862a7b2b45aad34648497
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Tue Sep 27 11:13:54 2016 +0200

    Fix typo in RedHat setup (introduced in ac4bb7)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4f9d128..13a5958 100644
--- a/setup.py
+++ b/setup.py
@@ -353,7 +353,7 @@ def setup_args():
             suffix = "-py{v[0]}{v[1]}".format(v=PYTHON_VERSION)
             boost_library_name += suffix
         elif REDHAT:
-            if PYTHON_VERSION >= (3,):
+            if PYTHON_VERSION >= ('3',):
                 boost_library_name += '3'
         elif GENTOO:
             suffix = "-{v[0]}.{v[1]}".format(v=PYTHON_VERSION)

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



More information about the debian-science-commits mailing list