From: Ran Benita Date: Wed, 22 Jul 2020 17:02:25 +0000 (+0300) Subject: PACKAING: remove bash X-Git-Tag: xkbcommon-1.0.0~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4901662c363914cf08a55400b8621fdf87038a9;p=platform%2Fupstream%2Flibxkbcommon.git PACKAING: remove bash Converted to Python. Signed-off-by: Ran Benita --- diff --git a/PACKAGING b/PACKAGING index a47be77..37fa0b1 100644 --- a/PACKAGING +++ b/PACKAGING @@ -17,7 +17,7 @@ libxkbregistry can be disabled with -Denable-xkbregistry=false (see `meson configure build` for other options/variables). Dependencies for libxkbcommon: -- C compiler, meson, pkg-config, libc, bash, grep, sed. +- C compiler, meson, pkg-config, libc. - (build) bison (preferred), win_bison or byacc>=20141006. byacc must be configured with --enable-btyacc. diff --git a/test/symbols-leak-test.py b/test/symbols-leak-test.py index 819b1dc..a395079 100644 --- a/test/symbols-leak-test.py +++ b/test/symbols-leak-test.py @@ -4,7 +4,6 @@ If this fails, please update the appropriate .map file (adding new version nodes as needed). """ -import glob import os import pathlib import re