Skip to content

community/py3-argon2-cffi: fix bld by adding py3-wheel dependency

Mike Sullivan requested to merge mksully22/aports:py3_argon2_cffi into master

Building py3-argon2-cffi fails with error:

  WARNING: The wheel package is not available.
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-3sn_us2h/cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-3sn_us2h/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-324odd5z
       cwd: /tmp/pip-wheel-3sn_us2h/cffi/
  Complete output (6 lines):
  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: setup.py --help [cmd1 cmd2 ...]
     or: setup.py --help-commands
     or: setup.py cmd --help

  error: invalid command 'bdist_wheel'
  ----------------------------------------
  ERROR: Failed building wheel for cffi
	ERROR: Failed to build one or more wheels

Adding py3-wheel makedepends fixes the issue

Merge request reports