Skip to content

Commit

Permalink
Merge branch 'jb49761' into 'master'
Browse files Browse the repository at this point in the history
Fix building with aarch64 multilib.

See merge request mer-core/python3-trio!2
  • Loading branch information
Matti Kosola committed May 21, 2020
2 parents 7320279 + 3011d9d commit b934154
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rpm/python3-trio.spec
Expand Up @@ -31,8 +31,8 @@ rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{python3_sitearch}/trio
%{python3_sitearch}/trio-*.egg-info
%exclude %{python3_sitearch}/trio/tests
%exclude %{python3_sitearch}/trio/testing
%exclude %{python3_sitearch}/trio/_core/tests
%{python3_sitelib}/trio
%{python3_sitelib}/trio-*.egg-info
%exclude %{python3_sitelib}/trio/tests
%exclude %{python3_sitelib}/trio/testing
%exclude %{python3_sitelib}/trio/_core/tests

0 comments on commit b934154

Please sign in to comment.