Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 21, 2024
1 parent 8aea3b9 commit 14a80ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ PYDEPS += \
endif

# deps for python 2
PYVER = $(shell $(PYTHON) -c "import sys; print(sys.version_info[0])")
ifeq ($(PYVER), 2)
ifeq ($(shell $(PYTHON) -c "import sys; print(sys.version_info[0])"), 2)
PYDEPS = \
ipaddress \
mock \
Expand Down

0 comments on commit 14a80ee

Please sign in to comment.