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/u-boot | |
parent | 00fc2c216375d28bdaf0a86068bd64b096c0c45d (diff) |
rename python-setuptools to python3-setuptools
Diffstat (limited to 'package/u-boot')
-rw-r--r-- | package/u-boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 054904da0..79ffd8a04 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_HASH:= cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot -HOST_BUILDDEP:= gnutls-host openssl-host dtc-host swig-host python3-host python-setuptools-host -PKG_BUILDDEP:= python3-host python-setuptools-host swig-host u-boot-host +HOST_BUILDDEP:= gnutls-host openssl-host dtc-host swig-host python3-host python3-setuptools-host +PKG_BUILDDEP:= python3-host python3-setuptools-host swig-host u-boot-host PKG_URL:= http://www.denx.de/wiki/U-Boot PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/ |