[Python-modules-commits] [remotecv] 05/07: Fixed pyres dependency
Marcelo Jorge Vieira
metal at moszumanska.debian.org
Fri Sep 8 20:46:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
metal pushed a commit to branch master
in repository remotecv.
commit 6526610d93128ae965585cbd0c00bd5584fcb07e
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date: Fri Sep 8 01:12:03 2017 -0300
Fixed pyres dependency
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index c809063..0f4e5bf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,13 +8,13 @@ Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9),
dh-python,
dh-systemd,
- pyres (>= 1.2),
python-all,
python-mock,
python-nose,
python-opencv,
python-pil (>= 3.0),
- python-preggy,
+ python-preggy,
+ python-pyres (>= 1.2),
python-setuptools
X-Python-Version: >= 2.6
Homepage: https://github.com/thumbor/remotecv
@@ -23,7 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/remotecv.gi
Package: remotecv
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, pyres (>= 1.2), python-pil (>= 3.0), python-opencv
+Depends: ${misc:Depends}, ${python:Depends}, python-pyres (>= 1.2), python-pil (>= 3.0), python-opencv
Description: Python module providing an OpenCV server for facial and feature recognition
Remotecv can use a Pyres or Celery backend, this package is
configured to use Pyres and a Redis server to handle its job queue.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/remotecv.git
More information about the Python-modules-commits
mailing list