1 diff --git a/setup.py b/setup.py
2 index 0825241..389a59e 100755
5 @@ -11,12 +11,7 @@ extension_modules = []
8 def get_boost_version(out=None):
10 - out = subprocess.check_output(
11 - r"ldconfig -p | grep -E 'libboost_python.*\.so '", shell=True)
13 - ver = os.path.splitext(out.split()[0][3:])[0].decode()
15 + return "@boost_version@"
18 # case: python3-py3x.so