implemented dependency checks in checkdeps module
This commit is contained in:
parent
9265235053
commit
d2a340d012
|
@ -144,6 +144,9 @@ for lhs, rhs in EXTRAS_REQUIRE.items():
|
||||||
for x in rhs
|
for x in rhs
|
||||||
if x in EXTRAS_REQUIRE_DEPS
|
if x in EXTRAS_REQUIRE_DEPS
|
||||||
]):
|
]):
|
||||||
|
try:
|
||||||
|
import_module(lhs)
|
||||||
|
except Exception as e:
|
||||||
rhs_cmd = ''.join([
|
rhs_cmd = ''.join([
|
||||||
CMD,
|
CMD,
|
||||||
' ',
|
' ',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user