Codebase list python-mockito / 77205e1
Add a patch to use standard setuptools Sophie Brun 9 years ago
4 changed file(s) with 15 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 .pc/
11 Section: python
22 Priority: optional
33 Maintainer: Sophie Brun <[email protected]>
4 Build-Depends: debhelper (>= 9), python
4 Build-Depends: debhelper (>= 9), python, dh-python, python-setuptools
55 Standards-Version: 3.9.5
66 Homepage: https://code.google.com/p/mockito-python
77 Vcs-Git: git://git.kali.org/packages/python-mockito.git
0 use_setuptools.patch
0 --- a/setup.py
1 +++ b/setup.py
2 @@ -1,9 +1,6 @@
3 #!/usr/bin/env python
4 # coding: utf-8
5
6 -from distribute_setup import use_setuptools
7 -use_setuptools()
8 -
9 try:
10 from setuptools import setup
11 except ImportError: