diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c2bf9b1..462778b 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,10 @@ Vcs-Browser: https://jff.email/cgit/scons.git Package: scons Architecture: all -Depends: ${python:Depends}, ${misc:Depends} +Depends: + ${python:Depends}, + ${python3:Depends}, + ${misc:Depends} Description: replacement for make SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache |