[Python-modules-commits] [python-nacl] 05/06: Build-depend on python3-sphinx rather than python-sphinx.

Colin Watson cjwatson at moszumanska.debian.org
Fri Nov 3 10:23:13 UTC 2017


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

cjwatson pushed a commit to branch master
in repository python-nacl.

commit cb6fb846512b322e8a9f52d03c89a44cffaaf4dd
Author: Colin Watson <cjwatson at debian.org>
Date:   Fri Nov 3 10:20:18 2017 +0000

    Build-depend on python3-sphinx rather than python-sphinx.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 09b0c09..531e155 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-nacl (1.1.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump minimum Python versions to 2.7 and 3.3, matching upstream.
   * Add myself to Uploaders.
+  * Build-depend on python3-sphinx rather than python-sphinx.
 
  -- Colin Watson <cjwatson at debian.org>  Fri, 03 Nov 2017 10:10:15 +0000
 
diff --git a/debian/control b/debian/control
index a0ef639..3a8fa8f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@ Build-Depends:
  python-pytest,
  python-setuptools,
  python-six,
- python-sphinx,
  python3-all-dev,
  python3-cffi (>= 1.0.0),
  python3-pytest,
  python3-setuptools,
  python3-six,
+ python3-sphinx,
 Standards-Version: 3.9.8
 Homepage: https://github.com/pyca/pynacl/
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-nacl.git

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



More information about the Python-modules-commits mailing list