Blame SOURCES/1003-Require-networkx-on-package-level.patch

531008
From 67067b6df7139cc38cf33d3cb2c66434cf4e89e4 Mon Sep 17 00:00:00 2001
531008
From: Petr Lautrbach <plautrba@redhat.com>
531008
Date: Thu, 2 Apr 2020 16:06:14 +0200
531008
Subject: [PATCH] Require networkx on package level
531008
531008
It allows us to ship python3-setools without dependency on python3-networkx
531008
---
531008
 setup.py | 2 +-
531008
 1 file changed, 1 insertion(+), 1 deletion(-)
531008
531008
diff --git a/setup.py b/setup.py
531008
index 4dcb301..9333e0c 100644
531008
--- a/setup.py
531008
+++ b/setup.py
531008
@@ -170,5 +170,5 @@ setup(name='setools',
531008
       # setup also requires libsepol and libselinux
531008
       # C libraries and headers to compile.
531008
       setup_requires=['setuptools', 'Cython>=0.27'],
531008
-      install_requires=['setuptools', 'networkx>=2.0']
531008
+      install_requires=['setuptools']
531008
       )
531008
-- 
531008
2.25.1
531008