[Python-modules-commits] [python-pex] 01/07: Ubuntu Vivid (15.04) has setuptools 12.2, so the upper limit in

Barry Warsaw barry at moszumanska.debian.org
Wed Mar 25 14:56:23 UTC 2015


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

barry pushed a commit to branch master
in repository python-pex.

commit a4f32e7a2e382e3c750e67ab81055747f5900924
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Wed Mar 25 10:46:09 2015 -0400

    Ubuntu Vivid (15.04) has setuptools 12.2, so the upper limit in
    
     the setup.py must be removed.  There's no good reason for it anyway.
    Bug: https://github.com/pantsbuild/pex/issues/55
    
    Patch-Name: modern-setuptools.patch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 1c899d7..6a45661 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
     'pex.bin',
   ],
   install_requires = [
-    'setuptools>=2.2,<8',
+    'setuptools>=2.2',
   ],
   tests_require = [
     'mock',

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



More information about the Python-modules-commits mailing list