From 335d18bc832e84381ca930c29777c61379ef5a3586a8bad09b0932cfef808aca Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 19 Jan 2021 04:38:06 +0000 Subject: [PATCH] - Use python_sitelib, rather than python3_sitelib when installing files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beren?expand=0&rev=5 --- python-beren.changes | 5 +++++ python-beren.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-beren.changes b/python-beren.changes index 75706c6..52d0bf7 100644 --- a/python-beren.changes +++ b/python-beren.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 19 04:37:21 UTC 2021 - Steve Kowalik + +- Use python_sitelib, rather than python3_sitelib when installing files. + ------------------------------------------------------------------- Tue Sep 1 05:08:46 UTC 2020 - Steve Kowalik diff --git a/python-beren.spec b/python-beren.spec index 5d0ccb7..d377b6a 100644 --- a/python-beren.spec +++ b/python-beren.spec @@ -1,7 +1,7 @@ # # spec file for package python-beren # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2019 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -53,6 +53,6 @@ python-beren provides a REST client targeted at Orthanc REST API endpoints %files %{python_files} %license LICENSE %doc README.md -%{python3_sitelib}/* +%{python_sitelib}/* %changelog