From a4e8e2b4f3614fd52b469e73a246de3dfe0e4fcad4abdbe7428f6aa05169ee23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 28 May 2025 11:32:38 +0000 Subject: [PATCH] fix files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httmock?expand=0&rev=10 --- python-httmock.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-httmock.spec b/python-httmock.spec index b483580..e00d1ea 100644 --- a/python-httmock.spec +++ b/python-httmock.spec @@ -59,7 +59,8 @@ You can use it to mock third-party APIs and test libraries that use %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/httmock +%{python_sitelib}/httmock.py %{python_sitelib}/httmock-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/httmock.py %changelog