From 0e0d6733ca82408c5e3a3e3c62dd50c51875977174125713893ed05598dc3c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 1 Mar 2019 13:37:58 +0000 Subject: [PATCH] Accepting request 680475 from home:jayvdb:noflake8 - Remove build dependencies suited for development and building docs - Remove `-e test_inspect` as tests pass without it OBS-URL: https://build.opensuse.org/request/show/680475 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymacaroons?expand=0&rev=4 --- python-pymacaroons.changes | 6 ++++++ python-pymacaroons.spec | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python-pymacaroons.changes b/python-pymacaroons.changes index 425c672..00f9573 100644 --- a/python-pymacaroons.changes +++ b/python-pymacaroons.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 1 11:59:12 UTC 2019 - John Vandenberg + +- Remove build dependencies suited for development and building docs +- Remove `-e test_inspect` as tests pass without it + ------------------------------------------------------------------- Tue Feb 19 10:46:51 UTC 2019 - Tomáš Chvátal diff --git a/python-pymacaroons.spec b/python-pymacaroons.spec index baed7b8..dde7467 100644 --- a/python-pymacaroons.spec +++ b/python-pymacaroons.spec @@ -28,18 +28,12 @@ URL: https://github.com/ecordell/pymacaroons Source: https://github.com/ecordell/pymacaroons/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: %{python_module PyNaCl < 2.0} BuildRequires: %{python_module PyNaCl >= 1.1.2} -#BuildRequires: %%{python_module bumpversion} -BuildRequires: %{python_module Sphinx >= 1.2.3} BuildRequires: %{python_module cffi} -BuildRequires: %{python_module coverage} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} -BuildRequires: %{python_module python-coveralls >= 2.4.2} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.8.0} -BuildRequires: python-tox -##BuildRequires: %%{python_module yanc} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyNaCl < 2.0 @@ -76,7 +70,7 @@ rm -f tests/property_tests/macaroon_property_tests.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand %{_bindir}/nosetests-%{$python_bin_suffix} -e test_inspect +%python_expand %{_bindir}/nosetests-%{$python_bin_suffix} %files %{python_files} %license LICENSE