File: 02_eggify.diff

package info (click to toggle)
python-cherrypy 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,012 kB
  • ctags: 1,353
  • sloc: python: 9,311; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 599 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 8154c94dd35be84af5cc810848e1094823bea63f Mon Sep 17 00:00:00 2001
From: Stefano Rivera <stefanor@debian.org>
Date: Sun, 11 Oct 2015 21:49:58 +0200
Subject: 02_eggify.diff

Patch-Name: 02_eggify.diff
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7ab99ef..2549fb4 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,8 @@ Run:
 to install this package.
 """
 
-from distutils.core import setup
+#from distutils.core import setup
+from setuptools import setup
 from distutils.command.install import INSTALL_SCHEMES
 import sys
 import os