Add wheel and setuptools as prerequisites

This commit is contained in:
Andrea Dell'Amico 2023-06-28 14:53:57 +02:00
parent 6fa25771da
commit 954db63356
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ ckan_pip_dependencies:
- x509
ckan_pip_versioned_dependencies:
- { name: 'wheel', version: '0.37.1', state: 'present' }
- { name: 'setuptools', version: '44.1.1', state: 'present' }
- { name: 'SQLAlchemy', version: '0.9.6', state: 'present' }
- { name: 'cryptography', version: '2.8', state: 'present' }
- { name: 'pyOpenSSL', version: '19', state: 'present' }