commit:     16592e160adba8b6c59b1ee49fcdb0f52e1794e2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 16:54:01 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 17:07:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16592e16

dev-python/cx_Freeze: Eliminate stale python_gen_cond_dep

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cx_Freeze/cx_Freeze-6.13.1.ebuild | 5 +----
 dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/cx_Freeze/cx_Freeze-6.13.1.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-6.13.1.ebuild
index e2dc4187683f..90ab85abc5ff 100644
--- a/dev-python/cx_Freeze/cx_Freeze-6.13.1.ebuild
+++ b/dev-python/cx_Freeze/cx_Freeze-6.13.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_10 )
 
 inherit distutils-r1
 
@@ -27,9 +27,6 @@ RDEPEND="
        dev-python/importlib-metadata[${PYTHON_USEDEP}]
        dev-util/patchelf
        virtual/libcrypt:=
-       $(python_gen_cond_dep '
-               dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-       ' 3.8)
 "
 BDEPEND="
        test? (

diff --git a/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild
index 95857e29f869..339d480083ce 100644
--- a/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild
+++ b/dev-python/cx_Freeze/cx_Freeze-6.14.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 
@@ -27,9 +27,6 @@ RDEPEND="
        dev-python/importlib-metadata[${PYTHON_USEDEP}]
        dev-util/patchelf
        virtual/libcrypt:=
-       $(python_gen_cond_dep '
-               dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
-       ' 3.8)
 "
 BDEPEND="
        test? (

Reply via email to