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

@@ -34,7 +34,3 @@ RUN cd ${mscpdir} \
&& cpack -G DEB CPackConfig.cmake \
&& dpkg -i *.deb
# install mscp python module
RUN cd ${mscpdir} \
&& python3 pysetup.py install --user \
&& ldconfig