File: 0001-Replace-distutils-with-setuptools-in-preparation-for.patch

package info (click to toggle)
python-xapian-haystack 3.1.0-3~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 380 kB
  • sloc: python: 2,274; sh: 237; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Fri, 29 Dec 2023 22:21:08 +0000
Subject: Replace distutils with setuptools in preparation for Python 3.12.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index e1d44e8..19d83bf 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
 from pathlib import Path