From 7f701ecdb256cae2a90d3f6d2138b4873a59fcc8 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 13 Nov 2022 11:33:59 -0600 Subject: [PATCH] Add missing test dependency on git ``` tests/test_sdist.py::test_make_sdist SKIPPED (requires git) [ 74%] tests/test_sdist.py::test_sdist_no_setup_py SKIPPED (requires git) [ 74%] ``` --- python-flit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-flit.spec b/python-flit.spec index 2f35431..510ed55 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -34,6 +34,7 @@ BuildRequires: python3-tomli-w BuildRequires: /usr/bin/python BuildRequires: python3-pytest BuildRequires: python3-responses +BuildRequires: git-core # Test deps that require flit to build: BuildRequires: python3-testpath