From 93fc1a9fc3bccc7265493b7d14905486574bcee5 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Tue, 24 Mar 2015 10:45:21 +0100 Subject: [PATCH] Removed boost-python from required modules --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f1e3c7..057b268 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ build_requires = load_requirements() version = open("version.txt").read().rstrip() packages = ['boost'] -boost_modules = ['system', 'python'] +boost_modules = ['system'] setup( -- GitLab