Skip to content
Snippets Groups Projects
Unverified Commit f71b4cc4 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

spec: hack out lalsuite from the Python metadata

since that is fulfilled by the python3-lal RPMs
parent 2fb59d8c
No related branches found
No related tags found
1 merge request!118Update RPM build/install to use wheels
...@@ -65,6 +65,10 @@ tools. ...@@ -65,6 +65,10 @@ tools.
%autosetup -n %{srcname}-%{version} %autosetup -n %{srcname}-%{version}
%build %build
# remove the lalsuite requirement from setup.py, that is fulfilled by
# python3-lal RPMs
sed -i '/lalsuite/d' setup.py
# build the wheel
%py3_build_wheel %py3_build_wheel
%install %install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment