diff options
Diffstat (limited to 'dev-python/python-openstackclient/python-openstackclient-9.0.0.ebuild')
| -rw-r--r-- | dev-python/python-openstackclient/python-openstackclient-9.0.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/python-openstackclient/python-openstackclient-9.0.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-9.0.0.ebuild index ceeb3f22c7d6..3a6e3dce85eb 100644 --- a/dev-python/python-openstackclient/python-openstackclient-9.0.0.ebuild +++ b/dev-python/python-openstackclient/python-openstackclient-9.0.0.ebuild @@ -44,6 +44,11 @@ BDEPEND=" distutils_enable_tests unittest +PATCHES=( + # https://review.opendev.org/c/openstack/python-openstackclient/+/984455 + "${FILESDIR}/0001-tests-Fix-test_module-for-Python-3.14.patch" +) + src_prepare() { # Depends on a specific runner sed -e 's/test_command_has_logger/_&/' \ |
