14
0
Files
python-mockito/python-mockito-0.5.2-setup.py.patch
Denisart Benjamin 3bde18a439 Accepting request 209841 from home:posophe:branches:devel:languages:python
- Update to version 0.5.2
  + No changelog available
- Remove redundant %clean section
- Adapt setup.py.patch to upstream changes
- Rename it to respect standard naming conventions
- Remove python-mockito.rpmlintrc; problem of execution bits have 
  been fixed by upstream

OBS-URL: https://build.opensuse.org/request/show/209841
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=5
2013-12-08 16:24:45 +00:00

13 lines
214 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
-from distribute_setup import use_setuptools
-use_setuptools()
-
try:
from setuptools import setup
except ImportError: