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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user