[Python-modules-commits] [python-zeroconf] 01/04: Use enum-compat instead of enum34 directly

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Jul 24 14:42:34 UTC 2015


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

rubund-guest pushed a commit to branch upstream
in repository python-zeroconf.

commit ba894559f43fa6955989b92533c06fd8e8b92c74
Author: Jakub Stasiak <jakub at stasiak.at>
Date:   Sat Jul 11 21:55:27 2015 +0200

    Use enum-compat instead of enum34 directly
    
    This is in order for the package's installation to work on Python 3.4+,
    solves the same issue as
    https://github.com/jstasiak/python-zeroconf/pull/22.
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 653d963..54e05e1 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
         'mDNS',
     ],
     install_requires=[
-        'enum34',
+        'enum-compat',
         'netifaces',
         'six',
     ],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-zeroconf.git



More information about the Python-modules-commits mailing list