Updated component.spec to use new python3.6 folders instead of 2.7

This commit is contained in:
ucar-tmeyer 2024-02-12 20:55:30 +00:00
parent 1f138922e1
commit 5b34685ffa

View file

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