mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-05 23:36:54 +08:00
Modified Python depends to compile
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user