diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-26 15:43:07 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-26 15:43:07 -0600 |
commit | 9cdab660474cead629b3767bd657323ba0b8b0f4 (patch) | |
tree | fcb61bc44004b02871f68267856b1d1ee3a6402a /dev-util | |
parent | Bump new spotify version (diff) | |
download | gentoo-9cdab660474cead629b3767bd657323ba0b8b0f4.tar.gz gentoo-9cdab660474cead629b3767bd657323ba0b8b0f4.tar.bz2 gentoo-9cdab660474cead629b3767bd657323ba0b8b0f4.zip |
dev-util/gertty: sqlalchemy patch merged
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gertty/gertty-9999.ebuild | 5 |
1 files changed, 1 insertions, 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}] |