python311Packages.cymem: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-09-22 08:50:11 +02:00 committed by GitHub
parent ae9cd9ff98
commit 69e3e19826
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,9 @@ buildPythonPackage rec {
popd
'';
pythonImportsCheck = [
"cymem"
];
meta = with lib; {
description = "Cython memory pool for RAII-style memory management";