[pytango] 52/98: Replace distutils with setuptools

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.

commit e638701ac66bcd2d1e944baaa04282f7a3aed998
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Thu Jun 16 19:01:18 2016 +0200

    Replace distutils with setuptools
---
 setup.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 352a6ea..9c7c8a4 100644
--- a/setup.py
+++ b/setup.py
@@ -16,11 +16,12 @@ import struct
 import platform
 import subprocess
 
-from distutils.core import setup, Extension
-from distutils.cmd import Command
+from setuptools import setup, Extension
+from setuptools import Command
+from setuptools.command.build_ext import build_ext as dftbuild_ext
+from setuptools.command.install import install as dftinstall
+
 from distutils.command.build import build as dftbuild
-from distutils.command.build_ext import build_ext as dftbuild_ext
-from distutils.command.install import install as dftinstall
 from distutils.unixccompiler import UnixCCompiler
 from distutils.version import StrictVersion as V
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list