refactor: remove vestigial ALLOWED_URL_SCHEMES from package.py

This commit is contained in:
Todd Gamblin 2019-04-20 21:17:53 -07:00
parent 87e6cb9f72
commit 087a511da7

View File

@ -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.