Package Details: python-pykeepass-git 4.0.7.r4.ge43ca6c-1

Git Clone URL: https://aur.archlinux.org/python-pykeepass-git.git (read-only, click to copy)
Package Base: python-pykeepass-git
Description: Python library to interact with keepass databases
Upstream URL: https://github.com/libkeepass/pykeepass
Licenses: GPL3
Conflicts: python-pykeepass
Provides: python-pykeepass
Submitter: None
Maintainer: PRESFIL
Last Packager: PRESFIL
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-27 20:48 (UTC)
Last Updated: 2024-03-24 07:50 (UTC)

Required by (11)

Sources (1)

Latest Comments

berocs commented on 2019-12-27 19:47 (UTC)

This should depend on https://www.archlinux.org/packages/community/any/python-future/, otherwise an error like this one could appear:

File "/usr/lib/python3.8/site-packages/pykeepass/__init__.py", line 2, in <module>
    from .pykeepass import PyKeePass
  File "/usr/lib/python3.8/site-packages/pykeepass/pykeepass.py", line 6, in <module>
    from future.utils import python_2_unicode_compatible
ModuleNotFoundError: No module named 'future'

rafaelff commented on 2019-01-23 15:02 (UTC)

makedepends array should include 'git', as this is a VCS package.