[Python-modules-commits] [ipython4] 13/14: python3-ipython should depend on python3-pexpect, not python-pexpect

Gordon Ball chronitis-guest at moszumanska.debian.org
Sat Jun 24 13:39:50 UTC 2017


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

chronitis-guest pushed a commit to branch master
in repository ipython4.

commit 467513c63897c3182ffdc942a03355066d940706
Author: Gordon Ball <gordon at chronitis.net>
Date:   Sat Jun 24 14:44:56 2017 +0200

    python3-ipython should depend on python3-pexpect, not python-pexpect
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 69c28b2..82d7ba3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ipython (5.4.0-1) UNRELEASED; urgency=medium
   * Use python3 sphinx for documentation
   * Add autopkgtests for importability and simple syntax examples
   * Install the upstream changelog
+  * Fix python2 pexpect dependency of python3-ipython
 
  -- Gordon Ball <gordon at chronitis.net>  Sat, 24 Jun 2017 11:19:04 +0200
 
diff --git a/debian/control b/debian/control
index a94d076..92929cd 100644
--- a/debian/control
+++ b/debian/control
@@ -78,7 +78,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends},
- python-pexpect,
+ python3-pexpect,
 Breaks: ipython3 (<< 4)
 Replaces: ipython3 (<< 4)
 Description: Enhanced interactive Python shell (Python 3 version)

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



More information about the Python-modules-commits mailing list