commit: 044b627e1f6f53ce532ba4357d54dea2f5492b91 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 24 11:32:17 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 24 11:38:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044b627e
dev-python/python-varlink: Remove unused dev-python/future dep Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{python-varlink-30.3.1.ebuild => python-varlink-30.3.1-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/python-varlink/python-varlink-30.3.1.ebuild b/dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild similarity index 88% rename from dev-python/python-varlink/python-varlink-30.3.1.ebuild rename to dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild index 9a04cf6dc26a..9d30c702c39a 100644 --- a/dev-python/python-varlink/python-varlink-30.3.1.ebuild +++ b/dev-python/python-varlink/python-varlink-30.3.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,8 +18,6 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -RDEPEND="dev-python/future[${PYTHON_USEDEP}]" - PATCHES=( "${FILESDIR}/${P}-fix.py3.10.patch" )