diff options
Diffstat (limited to 'sys-apps/systemd/systemd-245_rc1-r1.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-245_rc1-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-245_rc1-r1.ebuild b/sys-apps/systemd/systemd-245_rc1-r1.ebuild index e889210fcbd7..7cc15ae19c70 100644 --- a/sys-apps/systemd/systemd-245_rc1-r1.ebuild +++ b/sys-apps/systemd/systemd-245_rc1-r1.ebuild @@ -128,6 +128,10 @@ BDEPEND=" $(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]') " +python_check_deps() { + has_version -b "dev-python/lxml[${PYTHON_USEDEP}]" +} + pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then if use test && has pid-sandbox ${FEATURES}; then |