Blob Blame History Raw
From 6a4ea0454dc9b1c44b3045f89376e9b17353a8a2 Mon Sep 17 00:00:00 2001
From: Scott K Logan <logans@cottsay.net>
Date: Tue, 14 Apr 2020 10:09:30 -0700
Subject: [PATCH] Relax the distro requirement from 1.3.0 to 1.2.0

The CHANGELOG.md for distro indicates that there were no changes related
to Linux between 1.2.0 and 1.3.0.

Moving to 1.2.0 will make the package installable on RHEL 7 with no
adverse side effects.
---
 requirements_devel.txt | 2 +-
 setup.cfg              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements_devel.txt b/requirements_devel.txt
index 2ad734b..cc7f304 100644
--- a/requirements_devel.txt
+++ b/requirements_devel.txt
@@ -13,4 +13,4 @@ pyenchant
 pylint
 pytest==4.0.0
 pytest-cov
-distro>=1.3.0
\ No newline at end of file
+distro>=1.2.0
diff --git a/setup.cfg b/setup.cfg
index e9eff2d..05276b1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ install_requires =
   colcon-core>=0.3.15
   colcon-python-setup-py>=0.2.1
   setuptools>=30.3.0
-  distro>=1.3.0
+  distro>=1.2.0
 packages = find:
 tests_require =
   flake8