From 55ec456b6ce527f4994a5817b0bd70a3ffce32d7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sep 19 2019 20:11:28 +0000 Subject: Correct (python-)bugzilla requirement Even though the module is called 'bugzilla', the project name is 'python-bugzilla'. Signed-off-by: Adam Williamson --- diff --git a/setup.py b/setup.py index 30899a4..a52d43f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( packages = ["relval"], include_package_data = True, install_requires = ['wikitcms>=2.2.1', 'setuptools', 'markupsafe', 'six', - 'fedfind>=2.8.0', 'mwclient', 'bugzilla'], + 'fedfind>=2.8.0', 'mwclient', 'python-bugzilla'], long_description=read('README.md'), classifiers=[ "Development Status :: 3 - Alpha",