From bffe0efc06ccf2a7246b77d1afb7ed89e5b0ed80 Mon Sep 17 00:00:00 2001 From: Russ Date: Tue, 7 May 2019 16:31:56 +1000 Subject: newapkbuild: add py3-setuptools to python apkbuild Seeing as the default python build/check/package apkbuild functions call `setup.py` and that relies on `py3-setuptools`, perhaps it should be added to the makedepends. Inspiration from https://github.com/alpinelinux/aports/pull/7641#pullrequestreview-234326397 --- newapkbuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newapkbuild.in b/newapkbuild.in index e119a17..64335c3 100644 --- a/newapkbuild.in +++ b/newapkbuild.in @@ -213,7 +213,7 @@ newaport() { fi case "$buildtype" in - python) makedepends="python3-dev";; + python) makedepends="python3-dev py3-setuptools";; cmake) makedepends="cmake";; meson) makedepends="meson";; *) makedepends="\$depends_dev";; -- cgit v1.2.3-60-g2f50