commit: 79993e5baeeca5c251126aed88a962a5dc53a553 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 14:50:22 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 14:51:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79993e5b
dev-python/PyQt-builder: bdepend on >=setuptools-scm-8 Closes: https://bugs.gentoo.org/930332 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild | 2 +- dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild index 4a3a53ee0753..1f02f2b0308e 100644 --- a/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild +++ b/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild @@ -20,7 +20,7 @@ RDEPEND=" >=dev-python/sip-6.7[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}] " src_prepare() { diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild index f7104b76fd44..363aa24ff3ba 100644 --- a/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild +++ b/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild @@ -19,7 +19,7 @@ RDEPEND=" >=dev-python/sip-6.7[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] + >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}] " src_prepare() {
