Skip to content

Commit

Permalink
debug: import six to interpreter
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Dec 19, 2023
1 parent abfe51c commit c29aefb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions beaker.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ BuildRequires: python3-pytest
BuildRequires: python3-devel
BuildRequires: python3-docutils
BuildRequires: python3-sphinx
BuildRequires: python3-pip
BuildRequires: python3-six
%else
BuildRequires: python-setuptools
BuildRequires: python-nose >= 0.10
Expand Down
4 changes: 2 additions & 2 deletions documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ BKR_PATH_INJECTED = $(bkr_path_injected)

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD := $(python_command) -c '__requires__ = [$(SPHINXREQUIRES)]; import pkg_resources; \
import bkr; bkr.__path__ = [$(BKR_PATH_INJECTED)]; \
SPHINXBUILD := $(python_command) -V; $(python_command) -m site; $(python_command) -m pip freeze; $(python_command) -c '__requires__ = [$(SPHINXREQUIRES)]; import pkg_resources; \
import six; import bkr; bkr.__path__ = [$(BKR_PATH_INJECTED)]; \
exec(open("$(SPHINXBUILD)").read())'
PAPER =
BUILDDIR = _build
Expand Down

0 comments on commit c29aefb

Please sign in to comment.