fixing the requires again

epel8
Dan Radez 6 years ago
parent 4d0c91a546
commit 9d36524792

@ -7,7 +7,7 @@
Name: python-%{pkg_name}
Version: 6.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Tools to supplement packaging Python releases
License: MIT
@ -16,7 +16,7 @@ Source0: https://files.pythonhosted.org/packages/source/j/%{pypi_name}/%{
BuildArch: noarch
%description
Tools for packaging.dependency_tree A dist-utils command for reporting the
Tools for packaging.dependency_tree A dist-utils command for reporting the
dependency tree as resolved by setup-tools. Use after installing a package.show
A dist-utils command for reporting the attributes of a distribution, such as the
version or author name.
@ -31,7 +31,7 @@ A Parent package for jaraco's parent dir and init file.
%package -n python3-%{pkg_name}
Summary: %{summary}
Requires: python3dist(jaraco)
Requires: python3-jaraco
Requires: python3dist(rst-linker)
Requires: python3dist(six) >= 1.4
Requires: python3dist(setuptools)
@ -42,7 +42,11 @@ BuildRequires: python3dist(six) >= 1.4
%{?python_provide:%python_provide python3-%{pkg_name}}
%description -n python3-%{pkg_name}
%{description}
Tools for packaging.dependency_tree A dist-utils command for reporting the
dependency tree as resolved by setup-tools. Use after installing a package.show
A dist-utils command for reporting the attributes of a distribution, such as the
version or author name.
%if %{with docs}
BuildRequires: python3dist(sphinx)
@ -96,11 +100,17 @@ rm -rf html/.{doctrees,buildinfo}
%endif
%changelog
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-5
- fixing python-jaraco-packaging requires... again
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-4
- fixing python-jaraco-packaging requires.
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-3
- adding python-jaraco subpackage.
* Fri Apr 05 2019 Dan Radez <dradez@redhat.com> - 6.1-2
- adding py3 subpackage.
* Tue Apr 02 2019 Dan Radez <dradez@redhat.com> - 6.1-1
- Initial package.

Loading…
Cancel
Save