From 2fe9413d492623e5bbc497680df5edffcde576b41ab427b0bfc7d9099db03740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 8 Jun 2020 07:00:20 +0000 Subject: [PATCH] fix fdupes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-IMAPClient?expand=0&rev=2 --- python-IMAPClient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-IMAPClient.spec b/python-IMAPClient.spec index 049318b..a337774 100644 --- a/python-IMAPClient.spec +++ b/python-IMAPClient.spec @@ -59,7 +59,7 @@ functional tests that can be run against a live IMAP server. %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check # test_redacted_password fails on openSUSE 15.x only