From f6ad8ac38d993211666270ba297daec46adfc19f Mon Sep 17 00:00:00 2001 From: Ondrej Nosek Date: Feb 21 2019 14:49:31 +0000 Subject: Do not require PyGObject in setup.py Requiring PyGObject in setup.py causes, that on EPEL7 this component is required although it is not listed as a specfile dependency. Resolves: rhbz#1679365 JIRA: COMPOSE-3305 Signed-off-by: Ondrej Nosek --- diff --git a/setup.py b/setup.py index 5c51e78..8104a56 100755 --- a/setup.py +++ b/setup.py @@ -43,10 +43,6 @@ if ver[0] <= 2 and ver[1] < 7: tests_require += [ 'unittest2' ] -else: - install_requires += [ - 'PyGObject', - ] readme_rst = os.path.join(setup_py_path, 'README.rst') with open(readme_rst, 'r') as readme: