mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix #518
Apparently debian splits pkg_resources out from setuptools. Still, we need pkg_resources as a runtime dependency, not just a build dependency as the pin factory entry points now rely upon it.
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@@ -11,7 +11,7 @@ X-Python3-Version: >= 3.2
|
||||
Package: python-gpiozero
|
||||
Architecture: all
|
||||
Section: python
|
||||
Depends: ${misc:Depends}, ${python:Depends}
|
||||
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
|
||||
Recommends: python-rpi.gpio, python-spidev
|
||||
Suggests: python-gpiozero-docs
|
||||
Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
@@ -25,7 +25,7 @@ Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
Package: python3-gpiozero
|
||||
Architecture: all
|
||||
Section: python
|
||||
Depends: ${misc:Depends}, ${python3:Depends}
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
|
||||
Recommends: python3-rpi.gpio, python3-spidev
|
||||
Suggests: python-gpiozero-docs
|
||||
Description: Simple API for controlling devices attached to the GPIO pins.
|
||||
|
||||
Reference in New Issue
Block a user