summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-05 09:20:58 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-05 09:21:09 +0200
commit96c652e896a89faefd4a078a0f5d6509144e6775 (patch)
treebc87a0d202b5b22c9d358e8678595fa5f2a9b3d4 /dev-python/oslo-utils
parentdev-python/oslo-utils: Fix installing stray .pyc files (diff)
downloadgentoo-96c652e896a89faefd4a078a0f5d6509144e6775.tar.gz
gentoo-96c652e896a89faefd4a078a0f5d6509144e6775.tar.bz2
gentoo-96c652e896a89faefd4a078a0f5d6509144e6775.zip
dev-python/oslo-utils: Remove stray sed
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-utils')
-rw-r--r--dev-python/oslo-utils/oslo-utils-6.0.0-r1.ebuild6
1 files changed, 0 insertions, 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