From 98212aa6bcd4f6511568a369d28a9165847dda36 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Wed, 19 Nov 2025 13:19:54 -0600 Subject: [PATCH] Add a runtime dependency on Python3 (http.server) --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 80b97271..bc595d64 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, + python3, Description: Another Boids implementation in Rust. Boids is a flocking algorithm. This one is built in Rust using the Bevy game engine.