drop python binding support

This commit is contained in:
Ryo Nakamura
2024-02-04 16:18:27 +09:00
parent 7f5fcc617c
commit d57ed4149d
17 changed files with 2 additions and 1205 deletions

View File

@@ -29,8 +29,3 @@ RUN cd ${mscpdir} \
&& cpack -G RPM CPackConfig.cmake \
&& rpm -iv *.rpm
# install mscp python module
RUN cd ${mscpdir} \
&& python3 pysetup.py install --user \
&& ldconfig