From 7b5ee76e28e690846178bb2941de009ebc9c0ed9a384cf198875547f5e9258a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 13 Nov 2019 11:25:53 +0000 Subject: [PATCH] - Add missing Requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-black?expand=0&rev=15 --- python-black.changes | 5 +++++ python-black.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-black.changes b/python-black.changes index 103fbe4..f2f84b7 100644 --- a/python-black.changes +++ b/python-black.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 13 11:25:32 UTC 2019 - Ondřej Súkup + +- Add missing Requires + ------------------------------------------------------------------- Mon Nov 11 14:14:38 UTC 2019 - Ondřej Súkup diff --git a/python-black.spec b/python-black.spec index 49c4112..010dd36 100644 --- a/python-black.spec +++ b/python-black.spec @@ -1,7 +1,7 @@ # # spec file for package python-black # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ URL: https://github.com/ambv/black Source: https://files.pythonhosted.org/packages/source/b/black/black-%{version}.tar.gz Patch0: fix-tests.patch BuildRequires: %{python_module aiohttp >= 3.3.2} -# TODO: needed for blackf +# TODO: needed for blackd #BuildRequires: %{python_module aiohttp-cors} BuildRequires: %{python_module appdirs} BuildRequires: %{python_module attrs >= 18.1.0} @@ -51,6 +51,7 @@ Requires: python-appdirs Requires: python-attrs >= 18.1.0 Requires: python-click >= 6.5 Requires: python-mypy_extensions +Requires: python-pathspec Requires: python-regex Requires: python-toml >= 0.9.4 Requires: python-typed-ast