forked from pool/python-mockito
- 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
13 lines
214 B
Diff
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:
|