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