On Sat, Nov 29, 2025 at 12:33:07PM +0000, Graham Inggs wrote:
debian/rules override_dh_auto_test make[2]: Entering directory '/<<PKGBUILDDIR>>' usage: pybuild [ACTION] [BUILD SYSTEM ARGS] [DIRECTORIES] [OPTIONS] pybuild: error: unrecognized arguments: 3.13
It simply doesn't support multiple supported versions:
PYVERS := $(shell py3versions -vs)
BUILD_DIR := $(shell pybuild -p $(PYVERS) --print '{build_dir}')
(This later leads to an actual failure due to BUILD_DIR being unset)
--
WBR, wRAR
signature.asc
Description: PGP signature

