From 52485fbaa592f5b497e7df9badb118c0cb618c70 Mon Sep 17 00:00:00 2001
From: Douglas Raillard <douglas.raillard@arm.com>
Date: Thu, 5 Oct 2023 13:31:45 +0100
Subject: [PATCH] setup.py: Re-add "future" PyPI package

Re-add the "future" PyPI package since it actually contains the "past"
Python package that devlib still uses.
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 089eb92..06b2095 100644
--- a/setup.py
+++ b/setup.py
@@ -104,6 +104,7 @@ params = dict(
         'pandas',
         'lxml', # More robust xml parsing
         'nest_asyncio', # Allows running nested asyncio loops
+        'future', # for the "past" Python package
     ],
     extras_require={
         'daq': ['daqpower>=2'],