refactor: remove vestigial ALLOWED_URL_SCHEMES from package.py
This commit is contained in:
parent
87e6cb9f72
commit
087a511da7
@ -62,10 +62,6 @@
|
||||
from spack.package_prefs import get_package_dir_permissions, get_package_group
|
||||
|
||||
|
||||
"""Allowed URL schemes for spack packages."""
|
||||
_ALLOWED_URL_SCHEMES = ["http", "https", "ftp", "file", "git"]
|
||||
|
||||
|
||||
class InstallPhase(object):
|
||||
"""Manages a single phase of the installation.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user