Need to import it.

This commit is contained in:
Itamar Turner-Trauring 2023-06-05 11:30:11 -04:00
parent 894cb46304
commit 203fd84a88

View File

@ -1,4 +1,4 @@
{ pyopenssl, fetchPypi }:
{ pyopenssl, fetchPypi, isPyPy }:
pyopenssl.overrideAttrs (old: rec {
pname = "pyopenssl";
version = "23.2.0";