Drop unnecessary git deps.
This commit is contained in:
parent
4da2bd7633
commit
83c3a7bd0d
5 changed files with 4 additions and 44 deletions
|
@ -15,14 +15,10 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
from .apt import AptManager
|
||||
from .buildsystem import detect_buildsystems, NoBuildToolsFound
|
||||
|
||||
|
||||
def run_build(session):
|
||||
apt = AptManager(session)
|
||||
apt.install(['git'])
|
||||
|
||||
# Some things want to write to the user's home directory,
|
||||
# e.g. pip caches in ~/.cache
|
||||
session.create_home()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue