python-blivet: only include when x11 in DISTRO_FEATURES

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster 2018-04-09 08:45:05 -07:00
parent 0b38d12b55
commit 814effeb49

View File

@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \
"
inherit distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"
REQUIRED_DISTRO_FEATURES = "x11 systemd"
inherit setuptools3 python3native