Skip to content

Commit

Permalink
[python] no default ssl package
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Feb 23, 2024
1 parent 3534c7e commit e46164a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repos/c2sm/packages/python/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from spack.pkg.builtin.python import Python as SpackPython


class Python(SpackPython):
variant("ssl", default=False, description="Build ssl module")

0 comments on commit e46164a

Please sign in to comment.