[spyder] 01/04: Restore patch Always-use-setuptools.patch

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Oct 12 09:50:49 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository spyder.

commit 2a544e2076b3404d0bea497ebc0c9d7c464b671b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Oct 12 10:22:56 2017 +0100

    Restore patch Always-use-setuptools.patch
    
    Gbp-Dch: Short
    Closes: #878056
---
 debian/patches/Always-use-setuptools.patch | 21 +++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/Always-use-setuptools.patch b/debian/patches/Always-use-setuptools.patch
new file mode 100644
index 0000000..eef82e0
--- /dev/null
+++ b/debian/patches/Always-use-setuptools.patch
@@ -0,0 +1,21 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Thu, 12 Oct 2017 10:22:24 +0100
+Subject: Always use setuptools
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index ee46a8a..d486c91 100644
+--- a/setup.py
++++ b/setup.py
+@@ -19,7 +19,7 @@ import subprocess
+ import sys
+ import shutil
+ 
+-from distutils.core import setup
++from setuptools import setup
+ from distutils.command.build import build
+ from distutils.command.install import install
+ from distutils.command.install_data import install_data
diff --git a/debian/patches/series b/debian/patches/series
index f640e53..fa6744d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 Customize-paths-for-Debian.patch
 Add-manpage-for-Spyder.patch
+Always-use-setuptools.patch

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



More information about the debian-science-commits mailing list