[Python-modules-commits] [python-markdown] 01/01: Add build-dependencies on setuptools.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Jan 9 17:08:38 UTC 2018


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

mitya57 pushed a commit to branch debian/master
in repository python-markdown.

commit 6817696be4d3ce45690fb9e36137bed059f8d2d8
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Jan 9 20:07:51 2018 +0300

    Add build-dependencies on setuptools.
---
 debian/changelog | 1 +
 debian/control   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a238fa4..8d06261 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-markdown (2.6.11-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Remove Fredrik Steen from Uploaders list (closes: #877098).
+  * Add build-dependencies on setuptools.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 28 Sep 2017 21:27:06 +0300
 
diff --git a/debian/control b/debian/control
index 61af5ce..7fe8343 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,13 @@ Build-Depends: debhelper (>= 9),
                python-all (>= 2.6.6-14~),
                python-nose,
                python-pygments,
+               python-setuptools,
                python-tidylib,
                python-yaml,
                python3-all (>= 3.1.2-7~),
                python3-nose,
                python3-pygments,
+               python3-setuptools,
                python3-tidylib,
                python3-yaml
 Standards-Version: 4.0.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-markdown.git



More information about the Python-modules-commits mailing list