[Python-modules-commits] [python-docutils] 01/01: Add an explicit build-dependency on python3-distutils.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Jan 5 19:41:32 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-docutils.

commit 5970b141add24b259deed02bf0e9c61ef0fb7936
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Jan 5 22:39:38 2018 +0300

    Add an explicit build-dependency on python3-distutils.
    
    In future python3 may stop depending on it.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 43c46ad..436df67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-docutils (0.14+dfsg-2) UNRELEASED; urgency=medium
 
   * Add python3-lib2to3 to dependencies of python3-docutils autopkgtest.
+  * Add an explicit build-dependency on python3-distutils.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 04 Jan 2018 21:34:20 +0300
 
diff --git a/debian/control b/debian/control
index f77c666..0d710fe 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends-Indep: dh-python,
                      python-all (>= 2.6.6-3~),
                      python-roman,
                      python3-all (>= 3.1.2-7~),
+                     python3-distutils,
                      python3-roman,
                      xml-core
 Standards-Version: 4.1.0

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



More information about the Python-modules-commits mailing list