diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-10-30 21:43:35 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-10-30 21:43:35 +0200 |
commit | 05017b245b9210b5d43903b45a06b61a3904d9ea (patch) | |
tree | face9662a68dffe8b88ce4691a9663e03ac107fb /app-admin | |
parent | dev-python/gnocchi: fix wrong xattr dependency (diff) | |
download | guru-05017b245b9210b5d43903b45a06b61a3904d9ea.tar.gz guru-05017b245b9210b5d43903b45a06b61a3904d9ea.tar.bz2 guru-05017b245b9210b5d43903b45a06b61a3904d9ea.zip |
app-admin/glance: remove sed
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/glance/glance-23.0.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-admin/glance/glance-23.0.0.ebuild b/app-admin/glance/glance-23.0.0.ebuild index e80aed76d..26203fab4 100644 --- a/app-admin/glance/glance-23.0.0.ebuild +++ b/app-admin/glance/glance-23.0.0.ebuild @@ -109,7 +109,6 @@ REQUIRED_USE=" distutils_enable_tests pytest python_prepare_all() { - sed -i '/xattr/d' test-requirements.txt || die sed -i '/pysendfile/d' test-requirements.txt || die sed -i '/^hacking/d' test-requirements.txt || die distutils-r1_python_prepare_all |