Hi everybody,

I prepare a non-maintainer upload patch that I attach.

Please consider apply it.

Also I make a MR [0]

[0] https://salsa.debian.org/eevans/python-boto/-/merge_requests/1

Cheers,

-- 
Emmanuel Arias
@eamanu
yaerobi.com
From 967bd5043b6b41fdc3a2532ebffb722c087426e4 Mon Sep 17 00:00:00 2001
From: Emmanuel Arias <eam...@yaerobi.com>
Date: Tue, 24 Mar 2020 11:00:44 -0300
Subject: [PATCH]  d/tests/unit: using py3versions -s to make sure all
 supported version are installed.

---
 debian/changelog  | 9 +++++++++
 debian/tests/unit | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d274ab..c0ddf34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-boto (2.49.0-2.1) UNRELEASED; urgency=medium
+
+  [ Emmanuel Arias ]
+  * Non-maintainer upload.
+  * d/tests/unit: using py3versions -s to make sure all
+    supported version are installed (Closes: #953970).
+
+ -- Emmanuel Arias <eam...@yaerobi.com>  Tue, 24 Mar 2020 11:01:26 -0300
+
 python-boto (2.49.0-2) unstable; urgency=medium
 
   * Re-enable boto.vendored package (for regions sub-pacakge).
diff --git a/debian/tests/unit b/debian/tests/unit
index 9ee2a66..53e2dea 100644
--- a/debian/tests/unit
+++ b/debian/tests/unit
@@ -4,6 +4,6 @@ set -eu
 cp -r tests "$ADTTMP/"
 cd "$ADTTMP"
 
-for python in $(pyversions -i); do
+for python in $(pyversions -s); do
     $python tests/test.py unit > /dev/null
 done
-- 
2.25.1

Attachment: 0xFA9DEC5DE11C63F1.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to