On Thu, Jul 01, 2021 at 09:36:37PM +0100, Stuart Henderson wrote: > pass-import is an extension for password-store aka pass(1) which allows > importing from a variety of other password managers. I only wanted it > for one of the csv formats but since I was there anyway I figured it > would be useful to port pykeepass to allow that to work too, which in > turn needs a specific version of py-construct.
> The warning in py-construct's Makefile seems obsolete. plaso's Makefile > no longer references py-construct (it did previously), and it doesn't > show up in the code. It is a listed dep in some of plaso's dependencies > but again doesn't seem to actually show up in the code. So I don't > think udpating it is a problem (though pykeepass does want this > specific version at the moment). > py-construct diff inline, new ports attached. Any comments/OKs? ok kmos on py-construct I'd like a comment about why NO_TEST is set for py-pykeepass. Otherwise ok kmos for import Is there a reason to not just use MODPY_EGG_VERSION directly on pass-import? Other than that ok kmos on importing pass-import --Kurt