actually pick up changes from last commit
This commit is contained in:
parent
dfdb8bbf41
commit
72539fda82
@ -11,6 +11,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: augeas
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-cffi
|
||||
|
||||
%description
|
||||
python-augeas is a set of Python bindings around augeas.
|
||||
@ -19,6 +20,7 @@ python-augeas is a set of Python bindings around augeas.
|
||||
%package -n python3-augeas
|
||||
Summary: Python 3 bindings to augeas
|
||||
Requires: augeas-libs
|
||||
Requires: python3-cffi
|
||||
%{?python_provide:%python_provide python3-augeas}
|
||||
|
||||
%description -n python3-augeas
|
||||
@ -26,7 +28,7 @@ python3-augeas is a set of Python bindings around augeas.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-v%{version}
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
@ -41,8 +43,10 @@ pytest-3
|
||||
%license COPYING
|
||||
%doc AUTHORS README.txt
|
||||
%{python3_sitelib}/augeas.py
|
||||
%{python3_sitelib}/augeas/*
|
||||
%{python3_sitelib}/python_augeas-*.egg-info
|
||||
%{python3_sitelib}/__pycache__/*
|
||||
%{python3_sitelib}/test/*
|
||||
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user