Skip to content

Commit 1dc3a95

Browse files
committed
more dependencies
1 parent 71c16ba commit 1dc3a95

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

debian/control

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@ Section: python
44
Priority: optional
55
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
66
libgpiod-dev,
7-
python3-trio,
87
python3-cffi,
8+
python3-trio-amqp,
9+
python3-trio-click,
10+
python3-trio-gpio,
11+
python3-yaml,
912
Standards-Version: 3.9.6
1013
Homepage: https://github.com/M-o-a-T/trio-gpio
1114

1215
Package: python3-trio-gpio
1316
Architecture: all
1417
Depends: ${misc:Depends}, ${python3:Depends},
1518
libgpiod1,
16-
python3-trio,
1719
python3-cffi,
20+
python3-trio-amqp,
21+
python3-trio-click,
22+
python3-trio-gpio,
23+
python3-yaml,
1824
Standards-Version: 3.9.6
1925
Description: GPIO access via Trio and libgpiod
2026
Trio-GPIO allows easy access to the GPIO pins on your Raspberry Pi or

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
install_requires=[
1818
"trio",
1919
"cffi",
20+
"pyyaml",
21+
"trio-gpio",
22+
"trio-click",
23+
"trio-amqp",
24+
"async-generator",
2025
],
2126
keywords=[
2227
"gpio",

0 commit comments

Comments
 (0)