Skip to content

Commit f44e6b0

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
extras: use the new py3-sys tox env in the rpm spec file
The python packaging guidelines recommend using a buildrequires macro that pulls dependencies from a tox environment. Now that we have a tox environment that is based on the underlying system, use that as the proper source for the macro. Signed-off-by: John Mulligan <[email protected]>
1 parent c8055fc commit f44e6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extras/python-sambacc.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Requires: python3-pyxattr
4343
%autosetup -n %{bname}-%{pversion}
4444

4545
%generate_buildrequires
46-
%pyproject_buildrequires -e py3
46+
%pyproject_buildrequires -e py3-sys
4747

4848

4949
%build
@@ -56,7 +56,7 @@ Requires: python3-pyxattr
5656

5757

5858
%check
59-
%tox -e py3
59+
%tox -e py3-sys
6060

6161

6262
%files -n python3-%{bname} -f %{pyproject_files}

0 commit comments

Comments
 (0)