15
0
forked from pool/python-irc

Accepting request 679990 from home:jayvdb:noflake8

- Remove build dependency on pytest-flake8 and pytest-sugar, dropping
  fix-lint.patch which is now unnecessary modification.
- Remove doc dependencies as the docs are not being built, and have limited
  value beyond information not already present in the rst files.
- Remove redundant build dependency on python-jaraco.base, which is a
  dependency of the other listed 'real' jaraco dependencies.
- Remove build dependency on python-six
- Add runtime dependencies

OBS-URL: https://build.opensuse.org/request/show/679990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-02-28 09:00:11 +00:00
committed by Git OBS Bridge
parent f416559eb4
commit 3e45bf7f0b
3 changed files with 27 additions and 26 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 27 02:30:05 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove build dependency on pytest-flake8 and pytest-sugar, dropping
fix-lint.patch which is now unnecessary modification.
- Remove doc dependencies as the docs are not being built, and have limited
value beyond information not already present in the rst files.
- Remove redundant build dependency on python-jaraco.base, which is a
dependency of the other listed 'real' jaraco dependencies.
- Remove build dependency on python-six
- Add runtime dependencies
-------------------------------------------------------------------
Wed Jan 2 10:14:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>