[Python-modules-commits] [python-pex] 01/01: Add missing dependency.

Barry Warsaw barry at moszumanska.debian.org
Thu Feb 19 16:22:58 UTC 2015


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

barry pushed a commit to branch master
in repository python-pex.

commit 3b4e4ce8ae07011ae14383f95dd5a12f35c93b53
Author: Barry Warsaw <barry at python.org>
Date:   Thu Feb 19 11:22:25 2015 -0500

    Add missing dependency.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index af5b2ca..a2e8d63 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,8 @@ Description: library for generating Python executable zip files
 
 Package: python-pex-cli
 Architecture: all
-Depends: python3-pex,
+Depends: python3,
+         python3-pex,
          python3-setuptools,
          python3-wheel,
          ${misc:Depends},

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



More information about the Python-modules-commits mailing list