mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
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:
commit
c492e79342
1 changed files with 2 additions and 2 deletions
|
@ -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/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue