[py-svn] pytest-codecheckers commit c550e0cb2394: depend on py>=1.2.0

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Feb 13 14:55:29 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-codecheckers
# URL http://bitbucket.org/RonnyPfannschmidt/pytest-codecheckers/overview/
# User Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
# Date 1266069167 -3600
# Node ID c550e0cb239426f187108eef8b2d3338d1e47dbc
# Parent ca8b4307740fa69e8a89e88c21658fa556c7ab30
depend on py>=1.2.0

--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,7 @@ setup(
             ],
         },
     install_requires=[
+        'py>=1.2.0',
         'pyflakes>=0.4',
         'pep8',
         ],



More information about the pytest-commit mailing list