Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sqlitedict/
Date: Tue, 14 Sep 2021 21:47:41
Message-Id: 1631656038.da9195a8839391855da5dc329a98aa5a4fac9e00.chewi@gentoo
1 commit: da9195a8839391855da5dc329a98aa5a4fac9e00
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 14 21:47:18 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 21:47:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9195a8
7
8 dev-python/sqlitedict: Add missing dependency on python[sqlite]
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 dev-python/sqlitedict/sqlitedict-1.7.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
16 index b664c9623ef..c73539a86fb 100644
17 --- a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
18 +++ b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
19 @@ -4,6 +4,7 @@
20 EAPI=8
21
22 PYTHON_COMPAT=( python3_{8..10} )
23 +PYTHON_REQ_USE="sqlite"
24
25 inherit distutils-r1