From c3e84be79720cccc8a89e973790fc1909a47b1dd7f4229b4028cceb0ea8b4646 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 2 Aug 2023 11:59:54 +0000 Subject: [PATCH] - More specific python_sitelib in %files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMySQL?expand=0&rev=36 --- python-PyMySQL.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index c0a8bfd..5ebf579 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -108,6 +108,7 @@ exit $exit_code %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/pymysql +%{python_sitelib}/PyMySQL-%{version}*-info %changelog