mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Some fixes to the deb packaging
Get the right name in the deb rules, and remove the thermsensor deps from control
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@@ -10,7 +10,7 @@ X-Python3-Version: >= 3.2
|
||||
|
||||
Package: python-gpiozero
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-w1thermsensor, python-spidev
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-spidev
|
||||
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
|
||||
@@ -21,7 +21,7 @@ Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
|
||||
Package: python3-gpiozero
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-w1thermsensor, python3-spidev
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-spidev
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user