NagiosEnterprises / ncpa

Nagios Cross-Platform Agent
Other
176 stars 95 forks source link

v2.4.1 fails to build due to python cryptography dependency #989

Open rev138 opened 9 months ago

rev138 commented 9 months ago

When running the build.sh script on RHEL8/9 from the v2.4.1 branch, the pip install of cryptography fails with:

ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly

This does not happen on the v2.4.0 branch

It looks like build/resources/require.txt changed between v2.4.0 and v2.4.1:

- cryptography
+ cryptography==2.8
rev138 commented 9 months ago

Interestingly, v2.4.0 does not build on centos 7 due to an error with the pip install of greenlet but v2.4.1 works fine there.