Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/
Date: Sat, 31 Dec 2022 15:04:09
Message-Id: 1672499040.186f04a96ca7d6ee4950f63bb04b4a078593c1bd.mgorny@gentoo
1 commit: 186f04a96ca7d6ee4950f63bb04b4a078593c1bd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 14:58:15 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 15:04:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186f04a9
7
8 sci-calculators/units: Remove obsolete dev-python/future dep
9
10 The current version of the package does not use dev-python/future.
11
12 Closes: https://bugs.gentoo.org/888299
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sci-calculators/units/{units-2.21.ebuild => units-2.21-r1.ebuild} | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/sci-calculators/units/units-2.21.ebuild b/sci-calculators/units/units-2.21-r1.ebuild
19 similarity index 96%
20 rename from sci-calculators/units/units-2.21.ebuild
21 rename to sci-calculators/units/units-2.21-r1.ebuild
22 index 0c1c7e86fb23..e87fc75a74bc 100644
23 --- a/sci-calculators/units/units-2.21.ebuild
24 +++ b/sci-calculators/units/units-2.21-r1.ebuild
25 @@ -21,7 +21,6 @@ RDEPEND="
26 units-cur? (
27 ${PYTHON_DEPS}
28 $(python_gen_cond_dep '
29 - dev-python/future[${PYTHON_USEDEP}]
30 dev-python/requests[${PYTHON_USEDEP}]
31 ')
32 )