diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-18 18:54:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-18 19:07:09 +0200 |
commit | 16592e160adba8b6c59b1ee49fcdb0f52e1794e2 (patch) | |
tree | 199914ab31d6b22474dd4a2dcdf50f5b563cf831 /dev-python/cx_Freeze | |
parent | dev-python/cssutils: Eliminate stale python_gen_cond_dep (diff) | |
download | gentoo-16592e160adba8b6c59b1ee49fcdb0f52e1794e2.tar.gz gentoo-16592e160adba8b6c59b1ee49fcdb0f52e1794e2.tar.bz2 gentoo-16592e160adba8b6c59b1ee49fcdb0f52e1794e2.zip |
dev-python/cx_Freeze: Eliminate stale python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cx_Freeze')
-rw-r--r-- | dev-python/cx_Freeze/cx_Freeze-6.13.1.ebuild | 5 | ||||
-rw-r--r-- | 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? ( |