[Python-modules-commits] [python-zeroconf] 02/05: Set install_requires to enum34 instead of enum-compat
Ruben Undheim
rubund-guest at moszumanska.debian.org
Thu Oct 6 17:11:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository python-zeroconf.
commit 41fb1b4da7a4581010d2c7dad5342945f7db3cae
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 75fdf2d..2a8db1b 100755
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,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