Skip to content

Commit

Permalink
uhd-base: requires python3-six-native
Browse files Browse the repository at this point in the history
Running tools like the image downloader will fail silently
with an error about the six module being missing.

Signed-off-by: B. Thomas Goodwin <[email protected]>
  • Loading branch information
B. Thomas Goodwin committed Nov 12, 2020
1 parent b37d9f2 commit 2cbd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-support/uhd/uhd-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BBCLASSEXTEND = "native"
DEPENDS_class-native = "git-native python3-mako-native boost-native \
ncurses-native python3-requests-native python3-numpy-native \
python3-urllib3-native python3-chardet-native python3-certifi-native \
python3-idna-native "
python3-idna-native python3-six-native "
RDEPENDS_${PN}_class-native = "python3-requests"

# No need to make for targets
Expand Down

0 comments on commit 2cbd7b0

Please sign in to comment.