summaryrefslogtreecommitdiff
path: root/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild')
-rw-r--r--dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild
index 90321acb3163..a331211dd91a 100644
--- a/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild
+++ b/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild
@@ -50,6 +50,11 @@ BDEPEND="
distutils_enable_tests unittest
src_prepare() {
+ local PATCHES=(
+ # backport from master
+ "${FILESDIR}/${P}-test.patch"
+ )
+
# Depends on specific runner
sed -e 's/test_command_has_logger/_&/' -i openstackclient/tests/unit/common/test_command.py || die