mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 11:34:44 +08:00
rename setup.py to pysetup.py
to prevent dh_auto_build from automatically detecting setup.py.
This commit is contained in:
@@ -32,5 +32,5 @@ RUN cd ${mscpdir} \
|
||||
|
||||
# install mscp python module
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 setup.py install --user
|
||||
&& python3 pysetup.py install --user
|
||||
|
||||
|
||||
@@ -37,5 +37,5 @@ RUN cd ${mscpdir} \
|
||||
|
||||
# install mscp python module
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 setup.py install --user
|
||||
&& python3 pysetup.py install --user
|
||||
|
||||
|
||||
@@ -31,5 +31,5 @@ RUN cd ${mscpdir} \
|
||||
|
||||
# install mscp python module
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 setup.py install --user
|
||||
&& python3 pysetup.py install --user
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ RUN cd ${mscpdir} \
|
||||
|
||||
# install mscp python module
|
||||
RUN cd ${mscpdir} \
|
||||
&& python3 setup.py install --user
|
||||
&& python3 pysetup.py install --user
|
||||
|
||||
@@ -35,5 +35,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