jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/583349 )
Change subject: [cleanup] Remove notes which are obsolete ......................................................................
[cleanup] Remove notes which are obsolete
Change-Id: I726f4cabc92501aba101a26fd5147f2bca348156 --- M setup.py 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index af8b022..66651df 100644 --- a/setup.py +++ b/setup.py @@ -99,8 +99,6 @@
# ------- setup install_requires ------- # # packages which are mandatory -# version.package_version() uses pathlib which is a python 3 library. -# pathlib2 is required for python 2.7 dependencies = ['requests>=2.20.1,<2.22.0; python_version == "3.4"', 'requests>=2.20.1; python_version != "3.4"', 'enum34>=1.1.6,!=1.1.8; python_version < "3"',
pywikibot-commits@lists.wikimedia.org