Skip to content

Commit

Permalink
add import of urlparse
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Feb 23, 2024
1 parent 4d6322b commit 0e6ad9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions easybuild/easyblocks/o/openssl_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
import os
import re

from urllib.parse import urlparse

from easybuild.tools import LooseVersion

from easybuild.easyblocks.generic.bundle import Bundle
Expand Down

0 comments on commit 0e6ad9c

Please sign in to comment.