File: use-python-setuptools.patch

package info (click to toggle)
python-messaging 0.5.12%2Bdebian-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 968 kB
  • ctags: 403
  • sloc: python: 3,886; makefile: 154
file content (13 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Use python-setuptools instead of distribute_setup.py
Forwarded: not-needed
Author: Alex Chiang <achiang@canonical.com>
Author: Graham Inggs <graham@nerve.org.za>
Last-Update: 2015-07-09
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,3 @@
-from distribute_setup import use_setuptools
-use_setuptools()
 from setuptools import setup, find_packages
 import sys