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

setup.cfg: update igwn-auth-utils requirement

as of 0.3.0 igwn-auth-utils no longer has a `[requests]` extra, closes #22

remove manually specified requests extra packages from deb/rpm files
parent eac0d384
No related branches found
No related tags found
No related merge requests found
Pipeline #456606 passed
......@@ -11,10 +11,8 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python3-all,
python3-igwn-auth-utils (>= 0.2.0),
python3-igwn-auth-utils (>= 0.3.1),
python3-ligo-segments,
python3-requests,
python3-safe-netrc,
python3-setuptools,
help2man,
python3-pytest (>= 2.8.0),
......@@ -27,10 +25,8 @@ Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-igwn-auth-utils (>= 0.2.0),
python3-igwn-auth-utils (>= 0.3.1),
python3-ligo-segments,
python3-requests,
python3-safe-netrc,
Description: GW data discovery Python 3 library
The DataFind service allows users to query for the location of
Gravitational-Wave Frame (GWF) files containing data from the
......
......@@ -23,10 +23,8 @@ BuildRequires: python3-rpm-macros
BuildRequires: python%{python3_pkgversion}-setuptools
# gwdatafind (requires all runtime requirements for python3-gwdatafind)
BuildRequires: python%{python3_pkgversion}-igwn-auth-utils >= 0.2.0
BuildRequires: python%{python3_pkgversion}-igwn-auth-utils >= 0.3.1
BuildRequires: python%{python3_pkgversion}-ligo-segments
BuildRequires: python%{python3_pkgversion}-requests
BuildRequires: python%{python3_pkgversion}-safe-netrc
BuildRequires: help2man
# testing dependencies
......@@ -62,10 +60,8 @@ libraries.
%package -n python%{python3_pkgversion}-%{srcname}
Summary: Python %{python3_version} library for the GWDataFind service
Requires: python%{python3_pkgversion}-igwn-auth-utils >= 0.2.0
Requires: python%{python3_pkgversion}-igwn-auth-utils >= 0.3.1
Requires: python%{python3_pkgversion}-ligo-segments
Requires: python%{python3_pkgversion}-requests
Requires: python%{python3_pkgversion}-safe-netrc
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
%description -n python%{python3_pkgversion}-%{srcname}
The DataFind service allows users to query for the location of
......
......@@ -38,7 +38,7 @@ python_requires = >=3.6
setup_requires =
setuptools
install_requires =
igwn-auth-utils[requests] >= 0.2.0
igwn-auth-utils >=0.3.1
ligo-segments
[options.entry_points]
......
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