gnu: python-pytorch-geometric: Add openssl to native-inputs.

Fixes test failures where PyTorch's inductor was unable to find openssl
for checksumming during compilation.

* gnu/packages/machine-learning.scm (python-pytorch-geometric)
[native-inputs]: Add openssl.

Change-Id: Ib5c6bcd82c38acccc5af546ae93404d8d36aa157
Reviewed-by: David Elsing <david.elsing@posteo.net> @dtelsing
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Ayan Das 2025-08-20 09:11:29 +05:30 committed by Sharlatan Hellseher
parent e86a3fe8e4
commit 7556a29735
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5537,7 +5537,8 @@ Note: currently this package does not provide GPU support.")
python-tqdm
python-xxhash))
(native-inputs
(list python-flit-core-next
(list openssl
python-flit-core-next
python-pytest
python-pytest-cov))
(home-page "https://pyg.org")