[Python-modules-commits] [python-bcrypt] 01/01: Add build-dependencies on python{3, }-pytest and python-six

Raphaël Hertzog hertzog at moszumanska.debian.org
Fri Jan 8 14:32:28 UTC 2016


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

hertzog pushed a commit to branch master
in repository python-bcrypt.

commit aedb8b6a78b76bb4e4fca99b3abb7393cad530be
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Fri Jan 8 15:32:05 2016 +0100

    Add build-dependencies on python{3,}-pytest and python-six
    
    They will be useful once we have actual tests in the tarball.
---
 debian/changelog | 5 +++++
 debian/control   | 5 ++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ca6ed1b..81d7fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 python-bcrypt (2.0.0-1) unstable; urgency=medium
 
+  [ Daniel Stender ]
   * New upstream release (Closes: #803096).
   * Switched upstream from py-bcrypt to pyuca/bcrypt (Closes: #796853).
   * deb/control:
@@ -27,6 +28,10 @@ python-bcrypt (2.0.0-1) unstable; urgency=medium
     + deb/manpage and deb/python-bcrypt.1 (belonging to py-bcrypt).
     + deb/docs (using dh_installdocs in deb/rules).
 
+  [ Raphaël Hertzog ]
+  * Add build-dependencies on python{3,}-pytest and python-six that will be
+    useful once we have actual tests in the tarball.
+
  -- Daniel Stender <debian at danielstender.com>  Fri, 08 Jan 2016 15:07:04 +0100
 
 python-bcrypt (0.4-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 5e19e8a..95a2335 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,12 @@ Build-Depends: debhelper (>= 9),
                python-all-dev,
                python-setuptools,
                python-cffi,
+               python-pytest,
+               python-six,
                python3-all-dev,
                python3-setuptools,
-               python3-cffi
+               python3-cffi,
+               python3-pytest,
 Homepage: https://github.com/pyca/bcrypt
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-bcrypt.git

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



More information about the Python-modules-commits mailing list