14
0

Accepting request 866327 from devel:languages:python

- Fix package build failure due to -doc package not being marked
  with %python_files

OBS-URL: https://build.opensuse.org/request/show/866327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-rtmidi?expand=0&rev=5
This commit is contained in:
2021-01-25 17:23:55 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 24 08:07:30 UTC 2021 - Mia Herkt <mia@0x0.st>
- Fix package build failure due to -doc package not being marked
with %python_files
-------------------------------------------------------------------
Thu Oct 15 22:22:27 UTC 2020 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-rtmidi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -86,7 +86,7 @@ rm docs/_build/html/.buildinfo docs/_build/html/objects.inv
%doc AUTHORS.rst CHANGELOG.rst README.rst
%{python_sitearch}/*
%files doc
%files %{python_files doc}
%doc docs/_build/html examples
%changelog