[Python-modules-commits] [pysodium] 09/12: Add missing dependency

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Jun 6 09:03:30 UTC 2017


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

mans0954 pushed a commit to branch master
in repository pysodium.

commit 2701724a182473f1a33de2b77a63060176d4b473
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Jun 6 09:41:15 2017 +0100

    Add missing dependency
---
 debian/control | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 651be21..27e6c1a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,15 @@ Source: pysodium
 Maintainer: Christopher Hoskin <mans0954 at debian.org>
 Section: python
 Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9),
+ libsodium18
 Standards-Version: 3.9.8
 Homepage: https://github.com/stef/pysodium
 
 Package: python-pysodium
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends},
+ libsodium18
 Description: Python libsodium wrapper (Python2 version)
  This is a very simple wrapper around libsodium masquerading as nacl. Most of 
  the *_easy functions are not implemented as the wrapper provides an easy
@@ -18,7 +20,8 @@ Description: Python libsodium wrapper (Python2 version)
 
 Package: python3-pysodium
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends},
+ libsodium18
 Description: Python libsodium wrapper (Python3 version)
  This is a very simple wrapper around libsodium masquerading as nacl. Most of 
  the *_easy functions are not implemented as the wrapper provides an easy

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



More information about the Python-modules-commits mailing list