[packages/python-boto] - tests require httpretty module
qboosh
qboosh at pld-linux.org
Sun Feb 14 21:47:47 CET 2021
commit a7a2461db046dba756c83f9c9c19db7d4285b92f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 14 21:48:18 2021 +0100
- tests require httpretty module
python-boto.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/python-boto.spec b/python-boto.spec
index 87438d3..c40db5e 100644
--- a/python-boto.spec
+++ b/python-boto.spec
@@ -23,6 +23,7 @@ URL: https://github.com/boto/boto
BuildRequires: python-modules >= 1:2.6
BuildRequires: python-setuptools
%if %{with tests}
+BuildRequires: python-httpretty
BuildRequires: python-mock
BuildRequires: python-nose
%endif
@@ -31,6 +32,7 @@ BuildRequires: python-nose
BuildRequires: python3-modules >= 1:3.3
BuildRequires: python3-setuptools
%if %{with tests}
+BuildRequires: python3-httpretty
BuildRequires: python3-nose
%endif
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-boto.git/commitdiff/a7a2461db046dba756c83f9c9c19db7d4285b92f
More information about the pld-cvs-commit
mailing list