File: no_distutils.patch

package info (click to toggle)
backupchecker 1.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: python: 2,613; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Do not use distutils
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 18 Mar 2024 17:22:05 +0100

--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>
 
-from distutils.core import setup
+from setuptools import setup
 import os.path
 import platform
 import sys