commit: 9cdab660474cead629b3767bd657323ba0b8b0f4 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Feb 26 21:43:07 2024 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Feb 26 21:43:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdab660
dev-util/gertty: sqlalchemy patch merged Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-util/gertty/gertty-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 5f974bff7261..9d34f2fa9cef 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,9 +21,6 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -# needed til upstream merges https://review.opendev.org/c/ttygroup/gertty/+/880123 -PATCHES="${FILESDIR}/sqlalchemy-2.patch" - DEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]" RDEPEND=" >=dev-python/pbr-0.11[${PYTHON_USEDEP}]
