From fd7f896570103907397f4cff41a2d29d5f67d0bd Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 28 Feb 2016 13:58:23 -0500 Subject: [PATCH] Modified Python depends to compile --- distros/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/debian/control b/distros/debian/control index 51a5610..291d039 100644 --- a/distros/debian/control +++ b/distros/debian/control @@ -103,7 +103,7 @@ Description: Utilities for the OpenALPR library Package: python-openalpr Section: python Architecture: all -Depends: libopenalpr-dev (>= ${source:Version}), (libopenalpr-dev << ${source:Version}.1~), +Depends: libopenalpr-dev (>= ${binary:Version}), ${python:Depends}, ${misc:Depends} Description: Python binding for OpenALPR library OpenALPR is an open source Automatic License Plate Recognition library written @@ -116,7 +116,7 @@ Description: Python binding for OpenALPR library Package: python3-openalpr Section: python Architecture: all -Depends: libopenalpr-dev (>= ${source:Version}), (libopenalpr-dev << ${source:Version}.1~), +Depends: libopenalpr-dev (>= ${source:Version}), ${python3:Depends}, ${misc:Depends} Description: Python 3 binding for OpenALPR library OpenALPR is an open source Automatic License Plate Recognition library written