diff -ruN --exclude=CVS /usr/ports/devel/py-mock/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/devel/py-mock/files/patch-setup.py 1970-01-01 10:00:00.000000000 +1000 +++ ./files/patch-setup.py 2012-07-24 14:47:41.000000000 +1000 @@ -0,0 +1,16 @@ +--- ./setup.py.orig 2012-07-23 23:32:47.000000000 +1000 ++++ ./setup.py 2012-07-23 23:33:08.000000000 +1000 +@@ -61,12 +61,6 @@ + classifiers=CLASSIFIERS, + ) + +-try: +- from setuptools import setup +-except ImportError: +- from distutils.core import setup +-else: +- params['tests_require'] = ['unittest2'] +- params['test_suite'] = 'unittest2.collector' ++from distutils.core import setup + + setup(**params)