Simplify the bootstrap sequence of packaging

epel9
Miro Hrončok 4 years ago
parent 2acc40875d
commit 558807b2d9

@ -25,17 +25,22 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
BuildRequires: python3-pip
# Runtime deps needed to build self
BuildRequires: python3-toml
%if %{with tests}
# Runtime deps, others
BuildRequires: python3-requests
BuildRequires: python3-docutils
BuildRequires: python3-pygments
BuildRequires: python3-toml
%if %{with tests}
# Test deps
BuildRequires: /usr/bin/python
BuildRequires: python3-pytest
BuildRequires: python3-responses
# Requires flit to build:
# Test deps that require flit to build:
BuildRequires: python3-testpath
BuildRequires: python3-requests-download
%endif

Loading…
Cancel
Save