On 2019-05-29 21:49 +0200, Pierre Labastie via blfs-dev wrote: > On 29/05/2019 17:27, Bruce Dubbs via blfs-dev wrote: > > On 5/28/19 10:43 PM, xry111--- via blfs-book wrote: > > > > > Modified: trunk/BOOK/gnome/platform/libsecret.xml > > > ================================================================= > > > ============= > > > --- trunk/BOOK/gnome/platform/libsecret.xml Mon May 27 > > > 14:40:12 2019 > > > (r21630) > > > +++ trunk/BOOK/gnome/platform/libsecret.xml Tue May 28 > > > 20:43:34 2019 > > > (r21631) > > > @@ -96,7 +96,7 @@ > > > <para role="optional"> > > > <xref linkend="dbus-python"/>, > > > <xref linkend="gjs"/>, and > > > - <xref linkend="pygobject2"/> > > > + <xref linkend="pygobject3"/> (Python 2 module) > > ^^^^^^^^ > > > > Does libsecret need Python 2 or can it use Python 3? I note that > > we don't > > mention Py2 itself in the dependencies. I'm sure that's left over > > from when > > we switched to Py2 in LFS.
Originally it was pygobject2, and pygobject2 requires P2. > Actually, looking at the source, it seems everything in libsecret has > been > ported to Python 3; isn't Python 2 a typo? Yes it is using P3 now. I just grep -r the source code and found some scripts with "#!/usr/bin/env python". But it seems they are actually executed with P3. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
