Skip to content

Commit

Permalink
SPEC: add eos-python3-scitoken package
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 authored and esindril committed Nov 26, 2024
1 parent 366fe02 commit b1ca760
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions eos.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1002,3 +1002,21 @@ The EOS mgm monitoring package creating /var/eos/md/ user specific output
%{_sbindir}/eos-inspectorstat
%{_sbindir}/eos-prom-push
%config(noreplace) %{_sysconfdir}/cron.d/eos-mgm-monitoring

#-------------------------------------------------------------------------------
# Package eos-python3-scitoken
#-------------------------------------------------------------------------------
%package -n eos-python3-scitoken

Summary: The EOS python3 bindigs to use 'import eosscitoken'
Group: Applications/File
ExclusiveArch: x86_64 aarch64

BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools

%description -n eos-python3-scitoken
Contains the 'eosscitoken' pythnon module

%files
%{python3_sitearch}/eosscitoken*.so

0 comments on commit b1ca760

Please sign in to comment.