From 0f486080b38a4cc9bbe6b9fca05c181dcbe3d3ca 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 2616642732..83b50d6b37 100644 --- a/lib/spack/spack/build_systems/python.py +++ b/lib/spack/spack/build_systems/python.py @@ -252,7 +252,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