Skip to content

Commit

Permalink
Update build dependencies for Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradlee Speice committed Aug 28, 2012
1 parent 322663c commit c6c8cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6c8cf3

Please sign in to comment.