sys-apps/systemd: define python_check_deps
authorMike Gilbert <floppym@gentoo.org>
Fri, 7 Feb 2020 16:48:00 +0000 (11:48 -0500)
committerMike Gilbert <floppym@gentoo.org>
Fri, 7 Feb 2020 16:48:23 +0000 (11:48 -0500)
Closes: https://bugs.gentoo.org/708590
Package-Manager: Portage-2.3.86_p1, Repoman-2.3.20_p43
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-apps/systemd/systemd-243-r2.ebuild
sys-apps/systemd/systemd-244.ebuild
sys-apps/systemd/systemd-245_rc1-r1.ebuild
sys-apps/systemd/systemd-9999.ebuild

index c1ea4fb27ab1bf594a7c17d4095f6d8b35a5e032..738ac85b5c0cebebb30b4eb6c006c9db4bca4a34 100644 (file)
@@ -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
index 847a85b351925a9c34944cd3227e88ac699e314c..17788d8dde38b8d042ec3b9c85e89b95564713dc 100644 (file)
@@ -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
index e889210fcbd7512332629e990e96ef05a926259b..7cc15ae19c70facb257e96f85708333f4961315e 100644 (file)
@@ -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
index daed59e210c05b2a31c65fb5904f7fa9536a15f4..bd1895a72e59c3ead22a5684c4aa82a1fd222bbe 100644 (file)
@@ -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