Skip to content

Commit

Permalink
debian: Switch python3 depends to python3:any
Browse files Browse the repository at this point in the history
Some kind of update

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Oct 10, 2021
1 parent 455f851 commit 8a58f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -3,7 +3,7 @@ Section: interpreters
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), libreadline-dev, python3, lola, gawk
Build-Depends: debhelper-compat (= 13), libreadline-dev, python3:any, lola, gawk
Build-Depends-Indep: avr-libc, gcc-avr,
binutils-arm-none-eabi, gcc-arm-none-eabi, picolibc-arm-none-eabi (>= 1.4), qemu-system-arm,
binutils-riscv64-unknown-elf, gcc-riscv64-unknown-elf, picolibc-riscv64-unknown-elf (>= 1.4),
Expand All @@ -17,7 +17,7 @@ Vcs-Browser: https://sneklang.org/cgit/snek.git
Package: snek
Architecture: all
Suggests: snek-bin
Depends: ${misc:Depends}, python3, python3-serial, usbutils
Depends: ${misc:Depends}, python3:any, python3-serial, usbutils
Description: Embedded system programming language
Snek is a small python-like language designed for embedded
computers. It can run on systems as small as an Arduino Duemilanove
Expand Down

0 comments on commit 8a58f65

Please sign in to comment.