From 9c08c77ae871556ae0d6344d707c6afa8d902311 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 14 Aug 2016 10:48:01 +0100 Subject: [PATCH] Update debian/control as suggested in #359 --- debian/control | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 72f2eb4..77a9cf3 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,9 @@ X-Python3-Version: >= 3.2 Package: python-gpiozero Architecture: all Section: python -Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio -Suggests: python-spidev, python-gpiozero-docs +Depends: ${misc:Depends}, ${python:Depends} +Recommends: python-rpi.gpio, python-spidev +Suggests: python-gpiozero-docs Description: Simple API for controlling devices attached to the GPIO pins. gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify interaction with devices connected to the GPIO pins, from simple buttons and @@ -24,8 +25,9 @@ Description: Simple API for controlling devices attached to the GPIO pins. Package: python3-gpiozero Architecture: all Section: python -Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio -Suggests: python3-spidev, python-gpiozero-docs +Depends: ${misc:Depends}, ${python3:Depends} +Recommends: python3-rpi.gpio, python3-spidev +Suggests: python-gpiozero-docs Description: Simple API for controlling devices attached to the GPIO pins. gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify interaction with devices connected to the GPIO pins, from simple buttons and