Skip to content

Commit

Permalink
[python] Fix packaging so it's possible to produce a wheels package o…
Browse files Browse the repository at this point in the history
…n linux. (VowpalWabbit#1815)
  • Loading branch information
kumpera authored and jackgerrits committed May 15, 2019
1 parent 1c6bec8 commit a5321bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ else(Boost_MINOR_VERSION GREATER 66)
endif(PY_VERSION_STRIPPED_FIRST_CHAR STREQUAL "2")
endif(Boost_MINOR_VERSION GREATER 66)

find_package(PythonInterp REQUIRED)
find_package(PythonLibs ${PY_VERSION} REQUIRED)
find_package(Boost REQUIRED COMPONENTS system python${BOOST_PY_VERSION_SUFFIX})

Expand Down
2 changes: 0 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ def run(self):

class Sdist(_sdist):
def run(self):
# run prep if needed
prep()
_sdist.run(self)


Expand Down

0 comments on commit a5321bc

Please sign in to comment.