summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:29 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:50 -0800
commit26385a54b0958186b8be6a3cd660d32bbda9a8e9 (patch)
tree92ca02800dfb2dfaa3dd9c96982ac025e4d15453
parente594e1c2926d87aded7c7e9569b8dfa8e07451bb (diff)
downloadmeta-openembedded-26385a54b0958186b8be6a3cd660d32bbda9a8e9.tar.gz
hplip: provide setuptools for the distutils copy
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/hplip/hplip_3.22.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
index ed9f28e073..be420b4837 100644
--- a/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
+++ b/meta-oe/recipes-extended/hplip/hplip_3.22.10.bb
@@ -19,7 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
19 file://0001-Drop-using-register-storage-classifier.patch" 19 file://0001-Drop-using-register-storage-classifier.patch"
20SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624" 20SRC_URI[sha256sum] = "533c3f2f6b53e4163ded4fd81d1f11ae6162a0f6451bd5e62a8382d0c1366624"
21 21
22DEPENDS += "cups python3 libusb1" 22DEPENDS += "cups python3 libusb1 python3-setuptools-native"
23 23
24inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd 24inherit autotools-brokensep python3-dir python3native python3targetconfig pkgconfig systemd
25 25