[packages/git-filter-repo] Requires argparse module
glen
glen at pld-linux.org
Tue Feb 25 10:39:56 CET 2020
commit 4a6333eb3aece0f6793dcc82281212373a0e1816
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Tue Feb 25 11:39:30 2020 +0200
Requires argparse module
ModuleNotFoundError: No module named 'argparse'
git-filter-repo.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/git-filter-repo.spec b/git-filter-repo.spec
index db3c854..b06930a 100644
--- a/git-filter-repo.spec
+++ b/git-filter-repo.spec
@@ -10,6 +10,7 @@ Source0: https://github.com/newren/git-filter-repo/releases/download/v%{version}
URL: https://github.com/newren/git-filter-repo
Requires: git-core >= 2.22.0
Requires: python3 >= 1:3.5
+Requires: python3-modules >= 1:3.5
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/git-filter-repo.git/commitdiff/4a6333eb3aece0f6793dcc82281212373a0e1816
More information about the pld-cvs-commit
mailing list