14
0
forked from pool/python-cmd2

Accepting request 852788 from home:bnavigator:branches:devel:languages:python

- Use correct sitelib macro in files section for multiple flavors
  gh#openSUSE/python-rpm-macros#66

OBS-URL: https://build.opensuse.org/request/show/852788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=78
This commit is contained in:
2020-12-03 06:41:20 +00:00
committed by Git OBS Bridge
parent 254fae6ad9
commit 285ddaed04
2 changed files with 7 additions and 1 deletions

View File

@@ -96,6 +96,6 @@ rm -v tests/test_transcript.py tests/test_parsing.py tests/test_cmd2.py
%files %{python_files}
%license LICENSE
%doc CHANGELOG.md README.md
%{python3_sitelib}/*
%{python_sitelib}/*
%changelog