[Python-modules-commits] [pexpect] 01/02: Depend on ptyprocess

Javier Merino Cacho vicho at moszumanska.debian.org
Fri Nov 6 10:44:15 UTC 2015


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

vicho pushed a commit to branch master
in repository pexpect.

commit cb6fb0887be95dbdffed21319bc55d277683a911
Author: Javi Merino <vicho at debian.org>
Date:   Fri Nov 6 10:41:45 2015 +0000

    Depend on ptyprocess
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ee016c..3da35f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pexpect (4.0.1-1) UNRELEASED; urgency=medium
   * Fix PyPI URL in debian/watch.  Thanks Lintian
   * Build-depend on python-ptyprocess to generate the documentation
     properly
+  * Depend on ptyprocess
 
  -- Javi Merino <vicho at debian.org>  Sun, 01 Nov 2015 17:22:04 +0000
 
diff --git a/debian/control b/debian/control
index 426f0bb..48248f9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ X-Python3-Version: >= 3.2
 
 Package: python-pexpect
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: python-ptyprocess, ${misc:Depends}, ${python:Depends}
 Suggests: python-pexpect-doc
 Description: Python module for automating interactive applications
  Pexpect is a pure Python module for spawning child applications;
@@ -24,7 +24,7 @@ Description: Python module for automating interactive applications
 
 Package: python3-pexpect
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-ptyprocess, ${misc:Depends}, ${python3:Depends}
 Suggests: python-pexpect-doc
 Description: Python 3 module for automating interactive applications
  Pexpect is a pure Python 3 module for spawning child applications;

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



More information about the Python-modules-commits mailing list