commit: 96c652e896a89faefd4a078a0f5d6509144e6775
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 07:20:58 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 07:21:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c652e8
dev-python/oslo-utils: Remove stray sed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
index 1baf242759e5..628697fb08ba 100644
--- a/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild
@@ -45,12 +45,6 @@ BDEPEND="
distutils_enable_tests unittest
-src_prepare() {
- # spurious rdep
- sed -i -e '/pbr/d' requirements.txt || die
- distutils-r1_src_prepare
-}
-
python_compile() {
distutils-r1_python_compile
if ! has "${EPYTHON}" python3.{8..9}; then