commit: 4ec27acff333ec3de1ff4edf3cfd90e04c0c3e47
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 17:19:37 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 17:20:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec27acf
sys-apps/i2c-tools: fix pkgcheck warning
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
b/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
index e249ea0bccd5..e0211bd875af 100644
--- a/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
BDEPEND="
python? (
${PYTHON_DEPS}
+ ${DISTUTILS_DEPS}
dev-python/setuptools[${PYTHON_USEDEP}]
)"