Commit 220422de authored by Federico Vaga's avatar Federico Vaga

bld: no python packages for now

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 7528d3ac
...@@ -30,7 +30,6 @@ BuildRequires: git ...@@ -30,7 +30,6 @@ BuildRequires: git
Requires: %{name}-kmod Requires: %{name}-kmod
Requires: %{name}-tools Requires: %{name}-tools
Requires: %{name}-firmware Requires: %{name}-firmware
Requires: python3-%{name}
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source1: CHANGELOG Source1: CHANGELOG
...@@ -65,7 +64,6 @@ export DESTDIR=%{buildroot}/%{_exec_prefix} ...@@ -65,7 +64,6 @@ export DESTDIR=%{buildroot}/%{_exec_prefix}
%make_build -C software/include install %make_build -C software/include install
%make_build -C software/tools install %make_build -C software/tools install
%make_build -C software/PySPEC install
# Install manually to avoid running depmod at this stage # Install manually to avoid running depmod at this stage
%{__install} -d %{buildroot}/lib/modules/%{kver}/extra/cern/%{name} %{__install} -d %{buildroot}/lib/modules/%{kver}/extra/cern/%{name}
%{__install} -t %{buildroot}/lib/modules/%{kver}/extra/cern/%{name} software/kernel/*.ko %{__install} -t %{buildroot}/lib/modules/%{kver}/extra/cern/%{name} software/kernel/*.ko
...@@ -100,21 +98,6 @@ The SPEC kmod ...@@ -100,21 +98,6 @@ The SPEC kmod
/lib/modules/%{kver}/extra/cern/%{name}/*.ko /lib/modules/%{kver}/extra/cern/%{name}/*.ko
#
# Python Class
#
%package -n python3-%{name}
Summary: Simple PCIe Carrier (SPEC) Python Class
Requires: Python3
BuildRequires: python3-devel
%description -n python3-%{name}
The SPEC python class
%files -n python3-%{name}
%license LICENSES/GPL-3.0-or-later.txt
%pycached %{python3_sitelib}/%{name}/
# #
# Tools # Tools
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment