diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2025-04-02 19:49:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2025-04-02 19:49:43 +0200 |
commit | ea5538c185bd26507400f5db415069c5af13ae10 (patch) | |
tree | 843e97af87ced747b940743f15b0f3b73383bc3f /package/meson | |
parent | 00fc2c216375d28bdaf0a86068bd64b096c0c45d (diff) |
rename python-setuptools to python3-setuptools
Diffstat (limited to 'package/meson')
-rw-r--r-- | package/meson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/meson/Makefile b/package/meson/Makefile index 30926cbce..510b75b1c 100644 --- a/package/meson/Makefile +++ b/package/meson/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_HASH:= a6ca46e2a11a0278bb6492ecd4e0520ff441b164ebfdef1e012b11beb848d26e PKG_DESCR:= build utility PKG_SECTION:= dev/tools -HOST_BUILDDEP:= python3-host ninja-host +HOST_BUILDDEP:= python3-host python3-setuptools-host ninja-host PKG_URL:= http://www.mesonbuild.com/ PKG_SITES:= https://github.com/mesonbuild/meson/archive/ |