Skip to content

Commit 7e53656

Browse files
authored
Merge pull request #152 from sikmir/fix-debian-deps
Update Debian packaging — add build dependency on python3-serial-asyncio
2 parents 44f1cf0 + dd31767 commit 7e53656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: python
33
X-Python3-Version: >= 3.7
44
Priority: optional
55
Maintainer: Stephen Early <steve@assorted.org.uk>
6-
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
6+
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-serial-asyncio
77
Standards-Version: 3.9.6
88

99
Package: python3-dali

0 commit comments

Comments
 (0)