diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-03-29 22:24:08 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-03-29 22:24:08 +0200 |
commit | 99c3ebd280c85d41a1d33608132667de562e726b (patch) | |
tree | 0b91f472377b749dfdb316054088d72124725355 /debian/control | |
parent | ac823a80ff08010ed7a996fc5f2b82c784700703 (diff) |
Fix build dependencies
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a56af63..f3f30ee 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: swiftstory Maintainer: Olivier Gayot <olivier.gayot@sigexec.com> Section: python Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9) +Build-Depends: python3-setuptools, dh-python, python3, debhelper (>= 9) Standards-Version: 3.9.1 Package: swiftstory |