Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#61968 - Python-pykeepass missing python-future dependency
Attached to Project:
Community Packages
Opened by Scott (firecat53) - Sunday, 10 March 2019, 23:55 GMT
Last edited by Balló György (City-busz) - Thursday, 14 March 2019, 23:50 GMT
Opened by Scott (firecat53) - Sunday, 10 March 2019, 23:55 GMT
Last edited by Balló György (City-busz) - Thursday, 14 March 2019, 23:50 GMT
|
DetailsDescription:
Python-pykeepass is missing the dependency python-future See pykeepass requirements.txt - https://github.com/pschmitt/pykeepass/blob/master/requirements.txt Additional info: * package version(s) python-pykeepass 3.0.3-1 Steps to reproduce: pacman -S python-pykeepass Install python-keepmenu-git from the AUR Run keepmenu Traceback (most recent call last): File "/home/firecat53/.local/bin/keepmenu", line 4, in <module> __import__('pkg_resources').require('keepmenu==0.5.7') File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3191, in <module> @_call_aside File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3175, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3204, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'future' distribution was not found and is required by pykeepass |
This task depends upon
Closed by Balló György (City-busz)
Thursday, 14 March 2019, 23:50 GMT
Reason for closing: Fixed
Additional comments about closing: python-pykeepass 3.0.3-2
Thursday, 14 March 2019, 23:50 GMT
Reason for closing: Fixed
Additional comments about closing: python-pykeepass 3.0.3-2
Comment by Aaron Lindsay (aclindsa) -
Tuesday, 12 March 2019, 13:44 GMT
I also observed this bug, and confirm that `pacman -S python-future` allows pykeepass to function properly again for me.
Comment by Scott (firecat53) -
Wednesday, 13 March 2019, 00:33 GMT
Fixed in python-pykeepass-3.0.3-2. Thanks!