Skip to content

Commit

Permalink
python3-sense-hat: Drop PYTHON_PN
Browse files Browse the repository at this point in the history
Starting OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70,
we no longer need PYTHON_PN for any abstraction of python2 vs python3.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Feb 21, 2024
1 parent dbf1113 commit 4665d65
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DEPENDS += " \
"

RDEPENDS:${PN} += " \
${PYTHON_PN}-numpy \
${PYTHON_PN}-rtimu \
${PYTHON_PN}-pillow \
python3-numpy \
python3-rtimu \
python3-pillow \
"

0 comments on commit 4665d65

Please sign in to comment.