Merge pull request #129 from tiffanycmeyer13/v20

Updated component.spec to use new python3.6 folders instead of 2.7
This commit is contained in:
srcarter3 2024-02-12 13:58:02 -07:00 committed by GitHub
commit c492e79342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,5 +109,5 @@ rm -rf %{_python_build_loc}
%files
%defattr(644,awips,fxalpha,755)
%dir /awips2/python/lib/python2.7/site-packages
/awips2/python/lib/python2.7/site-packages/*
%dir /awips2/python/lib/python3.6/site-packages
/awips2/python/lib/python3.6/site-packages/*