libpwquality: Inherit distutils3-base

its building a module therefore its important to provide correct cross
build environment, distutils3-base automatically inherits python3native
this is seen when using clang where it tried to link with gcc since the
environment falls back to builtin LDSHARED variable

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-08-27 09:09:42 -07:00
parent c6b76a8987
commit 8d3d5299f4
@@ -19,7 +19,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
DEPENDS = "cracklib virtual/gettext python3"
RDEPENDS_python3-libpwquality = "${PN}"
inherit autotools python3native gettext
inherit autotools distutils3-base gettext
B = "${S}"