commit: 0852e6196ba5a82620c08a31b60693f69efc8156
Author: Jason Blackwell <blackwell <AT> disroot <DOT> org>
AuthorDate: Tue Jun 18 22:18:29 2024 +0000
Commit: Jason Blackwell <blackwell <AT> disroot <DOT> org>
CommitDate: Tue Jun 18 22:18:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0852e619
dev-util/pmbootstrap: Remove pypi from includes
Signed-off-by: Jason Blackwell <blackwell <AT> disroot.org>
dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild
b/dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild
index 0600f45f1..40c32d65e 100644
--- a/dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild
+++ b/dev-util/pmbootstrap/pmbootstrap-2.3.1.ebuild
@@ -6,7 +6,7 @@ DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{10..13} )
-inherit distutils-r1 linux-info pypi
+inherit distutils-r1 linux-info
DESCRIPTION="Helper tool for developing and building postmarketOS"
HOMEPAGE="https://postmarketos.org/"