aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/03_force_setuptools.patch
blob: e829b500f1960d83ce88d325739986d5b1a718b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Barry Warsaw <barry@debian.org>
Description: Use setuptools.setup() so that the bdist_wheel
 command will work.
Last-Update: 2014-05-15

--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-from distutils.core import setup
+from setuptools import setup
 
 import os
 import re