Update build dependencies for Python

Release_2.0_Bugfix
Bradlee Speice 2012-08-28 15:58:07 -04:00
parent 322663c32c
commit c6c8cf35be
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: libcvautomation
Section: devel
Priority: extra
Maintainer: Bradlee Speice <bspeice@uncc.edu>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libpcre3, libx11-dev, libxtst-dev, libopencv-core-dev, libopencv-highgui-dev, libopencv-imgproc-dev, doxygen
Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libpcre3, libx11-dev, libxtst-dev, libopencv-core-dev, libopencv-highgui-dev, libopencv-imgproc-dev, doxygen, python-dev
Standards-Version: 3.9.3
Homepage: http://djbushido.github.com/libcvautomation/
@ -36,7 +36,7 @@ Description: Example programs to demonstrate libcvautomation functionality
as well as a BASH wrapper to write application tests from BASH.
Package: libcvautomation-python
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7
Depends: ${shlibs:Depends}, ${misc:Depends}, python2.7, ${source:Version}
Architecture: any
Description: Python bindings for libcvautomation
Contains the python libcvautomation module to allow python code to interface