mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-23 01:08:29 +02:00
Use regex strings (r’’)
Fixes
meta-networking/recipes-daemons/ippool/ippool_1.3.bb:99:
DeprecationWarning: invalid escape sequence \d
r = re.compile("\d*\.\d*\.\d*")
Signed-off-by: Khem Raj <raj.khem@gmail.com>