From 70c505a0b8d6be1ecef9979cd3733db09368e77f Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Mon, 15 Mar 2021 13:11:27 -0500 Subject: Fix use of quotes in Python build system (#22279) --- lib/spack/spack/build_systems/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/build_systems/python.py b/lib/spack/spack/build_systems/python.py index 7ffceeb0d6..696fb4aec9 100644 --- a/lib/spack/spack/build_systems/python.py +++ b/lib/spack/spack/build_systems/python.py @@ -262,7 +262,7 @@ class PythonPackage(PackageBase): '--install-purelib=%s' % pure_site_packages_dir, '--install-platlib=%s' % plat_site_packages_dir, '--install-scripts=bin', - '--install-data=""', + '--install-data=', '--install-headers=%s' % inc_dir ] -- cgit v1.2.3-60-g2f50