Skip to content

Commit

Permalink
Add GPIO to suggested packages
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Mar 22, 2014
1 parent abc7453 commit 22118ea
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 @@ -11,7 +11,7 @@ X-Python3-Version: >= 3.2
Package: python-picamera
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, libraspberrypi0
Suggests: python-picamera-docs
Suggests: python-picamera-docs, python-rpi.gpio
Description: Pure Python interface to the Raspberry Pi's camera module.
picamera is a library for working with the Raspberry Pi's camera module from
within Python without having to resort to subprocesses. The majority of the
Expand All @@ -22,7 +22,7 @@ Description: Pure Python interface to the Raspberry Pi's camera module.
Package: python3-picamera
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, libraspberrypi0
Suggests: python-picamera-docs
Suggests: python-picamera-docs, python3-rpi.gpio
Description: Pure Python interface to the Raspberry Pi's camera module.
picamera is a library for working with the Raspberry Pi's camera module from
within Python without having to resort to subprocesses. The majority of the
Expand Down

0 comments on commit 22118ea

Please sign in to comment.