File: sequence_setuptools.patch

package info (click to toggle)
consensuscore 1.1.1%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,492 kB
  • sloc: cpp: 38,945; python: 2,083; ansic: 543; sh: 184; makefile: 91; cs: 10
file content (19 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 14 Nov 2022 14:05:55 +0100
Description: Fix sequence of setuptools - distutils calls
Bug-Debian: https://bugs.debian.org/1024038

--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,10 @@
 #!/usr/bin/python3
 
 
+from setuptools import setup
 from distutils.command.build import build as _build
 from distutils.errors import CompileError
 from distutils import sysconfig
-from setuptools import setup
 
 import os, re, sys
 from glob import glob