Skip to content

Commit

Permalink
d/rules: remove py2 support
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Mar 18, 2021
1 parent 9415c1d commit 8c65ae1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ boost_lib_serialization := serialization wserialization
boost_lib_stacktrace := stacktrace_noop stacktrace_addr2line stacktrace_backtrace stacktrace_basic
boost_lib_test := prg_exec_monitor test_exec_monitor unit_test_framework

py2versions = $(shell pyversions -rv)
py3versions = $(shell py3versions -rv)
py2verids = $(subst .,,$(py2versions))
py3verids = $(subst .,,$(py3versions))
pyversions = $(py2versions) $(py3versions)
pyverids = $(py2verids) $(py3verids)
pyversions = $(py3versions)
pyverids = $(py3verids)

# These are special cases for suffixes. Generally come from --python-buildid, so begin with a dash.
boost_suffixes_python := $(pyverids)
Expand Down

0 comments on commit 8c65ae1

Please sign in to comment.