Skip to content

community/py3-argon2-cffi

Mike Sullivan requested to merge py3-argon2-cffi into master

Build of 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 as build dependency fixes the issue

Edited by Mike Sullivan

Merge request reports