Skip to content

Commit

Permalink
[plugin-foreca] add missing python3-pillow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Dec 22, 2024
1 parent 13ba39b commit 64277e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MODULE = "Foreca"
DESCRIPTION = "Weather forecast for the upcoming 10 days"
RDEPENDS_${PN} = "${PYTHON_PN}-html ${PYTHON_PN}-requests"
RDEPENDS_${PN} = "${PYTHON_PN}-html ${PYTHON_PN}-requests ${PYTHON_PN}-pillow"

inherit gitpkgv
PV = "git${SRCPV}"
Expand Down

0 comments on commit 64277e9

Please sign in to comment.