Skip to content

Commit b891672

Browse files
committed
python3-selenium: Fix typos
Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent cdeb2f6 commit b891672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-python/selenium/python3-selenium_4.27.1.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ PACKAGECONFIG ??= ""
3030
# Due to DISTRO_FEATURES may contain both x11 and wayland,
3131
# plus xwayland also exists, it can't be automatically determined
3232
# which browser build is to be used.
33-
PACKACONFIG[chromiumx11] = ",,,chromium-x11-chromedriver,,chromium-ozone-wayland-chromedriver"
34-
PACKACONFIG[chromiumwayland] = ",,,chromium-ozone-wayland-chromedriver,,chromium-x11-chromedriver"
33+
PACKAGECONFIG[chromiumx11] = ",,,chromium-x11-chromedriver,,chromium-ozone-wayland-chromedriver"
34+
PACKAGECONFIG[chromiumwayland] = ",,,chromium-ozone-wayland-chromedriver,,chromium-x11-chromedriver"
3535

3636
# TODO: Find out whether meta-browser/meta-firefox packages geckodriver.
3737

0 commit comments

Comments
 (0)