From 5b34685ffaedb8e128dffa62fea8228489d8696a Mon Sep 17 00:00:00 2001 From: ucar-tmeyer Date: Mon, 12 Feb 2024 20:55:30 +0000 Subject: [PATCH] Updated component.spec to use new python3.6 folders instead of 2.7 --- rpm/component.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm/component.spec b/rpm/component.spec index 7e25240..836c281 100644 --- a/rpm/component.spec +++ b/rpm/component.spec @@ -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/*