Add back accidentally removed buildrequires
This commit is contained in:
parent
fb396a2d3c
commit
bc19f12ba8
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-pyasn1
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: ASN.1 tools for Python
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
@ -19,6 +19,8 @@ language.
|
||||
%package -n python3-pyasn1
|
||||
Summary: ASN.1 tools for Python 3
|
||||
%{?python_provide:%python_provide python3-pyasn1}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description -n python3-pyasn1
|
||||
This is an implementation of ASN.1 types and codecs in the Python 3 programming
|
||||
@ -83,6 +85,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} setup.py test
|
||||
%doc docs/build/html/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 15 2018 Rob Crittenden <rcritten@redhat.com> - 0.4.4-2
|
||||
- Add back accidentally removed buildrequires
|
||||
|
||||
* Mon Oct 15 2018 Rob Crittenden <rcritten@redhat.com> - 0.4.4-1
|
||||
- Update to 0.4.4 (#1582010)
|
||||
- Update modules to 0.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user