ports/devel/py-buildbot/files/patch-setup.py
Kubilay Kocak 26496ecff1 devel/py-buildbot{-*}: Update to 2.2.0
buildbot:

  - Now python 3 only (3.5+)
  - Add missing tests_requires to setup.py

buildbot-worker:

  - Retains Python 2/3 compatibility
  - Remove setup.py patch (upstreamed)

Changelog:

  https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-2-0-2019-04-07

Security:	5536ea5f-6814-11e9-a8f7-0050562a4d7b
MFH:		2019Q2
2019-04-26 11:33:08 +00:00

11 lines
234 B
Python

--- setup.py.orig 2019-04-07 13:12:23 UTC
+++ setup.py
@@ -486,6 +486,8 @@ test_deps = [
'boto3',
'moto',
'mock>=2.0.0',
+ 'parameterized',
+ 'buildbot-worker',
]
if sys.platform != 'win32':
test_deps += [