[Python-modules-commits] [python-zeroconf] 01/04: Set install_requires to enum34 instead of enum-compat
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sun Mar 6 09:49:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to tag debian/0.17.4-2
in repository python-zeroconf.
commit eaa2a8ed38eaa8e15036974101f11cb95eec8db1
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sun Mar 6 10:26:23 2016 +0100
Set install_requires to enum34 instead of enum-compat
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 54e05e1..653d963 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ setup(
'mDNS',
],
install_requires=[
- 'enum-compat',
+ 'enum34',
'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