14
0
forked from pool/python-beren

- 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
This commit is contained in:
2021-01-19 04:38:06 +00:00
committed by Git OBS Bridge
parent 609b58ba10
commit 335d18bc83
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 19 04:37:21 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Use python_sitelib, rather than python3_sitelib when installing files.
-------------------------------------------------------------------
Tue Sep 1 05:08:46 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -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 <DocB@opensuse.org>
#
# 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