mirror of
https://github.com/upa/mscp.git
synced 2026-03-06 23:57:33 +08:00
rename setup.py to pysetup.py
to prevent dh_auto_build from automatically detecting setup.py.
This commit is contained in:
@@ -37,5 +37,5 @@ RUN cd ${mscpdir} \
|
||||
|
||||
# install mscp python module
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 setup.py install --user
|
||||
&& python3 pysetup.py install --user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user