[Python-modules-commits] [django-taggit] 04/05: Remove not needed setup dependency

Michal Cihar nijel at moszumanska.debian.org
Thu May 26 07:41:46 UTC 2016


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

nijel pushed a commit to branch master
in repository django-taggit.

commit c2cc55a11ac906831dd6e726deeb412df85157a0
Author: Michal Čihař <nijel at debian.org>
Date:   Thu May 26 09:21:23 2016 +0200

    Remove not needed setup dependency
---
 debian/patches/remove-isort.patch | 14 ++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/patches/remove-isort.patch b/debian/patches/remove-isort.patch
new file mode 100644
index 0000000..78ce606
--- /dev/null
+++ b/debian/patches/remove-isort.patch
@@ -0,0 +1,14 @@
+From: Michal Čihař <nijel at debian.org>
+Subject: Remove isort build dependency
+
+It is really not needed during build, so let's skip it.
+--- a/setup.py
++++ b/setup.py
+@@ -37,7 +37,4 @@
+     ],
+     include_package_data=True,
+     zip_safe=False,
+-    setup_requires=[
+-        'isort'
+-    ],
+ )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..235ae57
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-isort.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/django-taggit.git



More information about the Python-modules-commits mailing list