Drop unnecessary git deps.

This commit is contained in:
Jelmer Vernooij 2021-02-08 02:25:34 +00:00
parent 4da2bd7633
commit 83c3a7bd0d
5 changed files with 4 additions and 44 deletions

View file

@ -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()