15:00:16 <vishalmanchanda> #startmeeting horizon
15:00:16 <opendevmeet> Meeting started Wed Apr 26 15:00:16 2023 UTC and is due to finish in 60 minutes.  The chair is vishalmanchanda. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:16 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:16 <opendevmeet> The meeting name has been set to 'horizon'
15:01:22 <tmazur> o/
15:01:37 <vishalmanchanda> Hello everyone
15:04:14 <vishalmanchanda> only two of us, anyway let's start the meeting.
15:04:45 <vishalmanchanda> agenda of meeting can be found here https://etherpad.opendev.org/p/horizon-release-priorities#L32
15:05:23 <vishalmanchanda> I have no announcements for this moving, so moving to Release priorities topic
15:05:29 <vishalmanchanda> #topic Release priorities
15:06:07 <rdopiera> o/
15:06:42 <vishalmanchanda> small update on jQuery migration
15:07:21 <vishalmanchanda> First of all thank you rdopiera tmazur for quick approval on my patches.
15:07:57 <vishalmanchanda> I am working on fixing few more jQuery deprecated function, will try to push them asap.
15:08:36 <vishalmanchanda> moving to next thing.
15:09:04 <vishalmanchanda> horizon doesn't support setuptools 67.3.1
15:09:24 <vishalmanchanda> https://bugs.launchpad.net/horizon/+bug/2007574
15:09:43 <vishalmanchanda> rdopiera: any update on this bug?
15:10:15 <vishalmanchanda> I remember you were saying we just need to import xstatic packages in ``setup.py file``.
15:10:27 <vishalmanchanda> https://github.com/openstack/horizon/blob/master/setup.py
15:10:28 <rdopiera> vishalmanchanda: no, I forgot again, I will make a pull request after the meeting
15:10:37 <vishalmanchanda> rdopiera: ok, thanks
15:10:53 <rdopiera> vishalmanchanda: the problem for me is that my github account is set up on my personal computer not my work computer
15:11:09 <rdopiera> so I forget about it by the time I get to it
15:11:13 <rdopiera> sorry
15:12:51 <vishalmanchanda> So we just need to do "from xstatic import pkg_resources" in setup.py file and this will fix the issue?
15:13:15 <vishalmanchanda> Also, just curious it is the right way or some workaround to fix it.
15:13:56 <vishalmanchanda> I mean, do we need to change anything on xstatic packages side, but we don't have people to do it?
15:14:23 <rdopiera> no, we need 'import pkg_resources' in xstatic's setup.py
15:15:01 <rdopiera> it's just a single pull request for a single package
15:15:36 <vishalmanchanda> rdopiera: ok and we need to do it for all packages?
15:19:17 <vishalmanchanda> maybe I will understand more once your patch is up.
15:20:31 <vishalmanchanda> moving to next item
15:21:37 <vishalmanchanda> Devstack team might update cirros version to 0.6.1 and due to this our integration job will start failing.
15:21:43 <vishalmanchanda> https://review.opendev.org/c/openstack/devstack/+/881437
15:22:09 <rdopiera> vishalmanchanda: as I understand it, we only need it for the "xstatic" package itself
15:23:58 <vishalmanchanda> rdopiera: ok
15:24:37 <vishalmanchanda> I will push a patch to update cirros version for horizon-integration job.
15:25:39 <vishalmanchanda> that's all update from my side for this week.
15:26:01 <vishalmanchanda> #topic open-discussion
15:26:24 <vishalmanchanda> Does anyone have any topic to discuss?
15:29:28 <vishalmanchanda> If no other topic to discuss, let's end this meeting
15:29:28 <rdopiera> https://github.com/xstatic-py/xstatic/pull/11
15:30:15 <vishalmanchanda> rdopiera: thanks, hope it fixes the issue.
15:31:23 <vishalmanchanda> #endmeeting