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: python3-devel
|
||||||
BuildRequires: augeas
|
BuildRequires: augeas
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-cffi
|
||||||
|
|
||||||
%description
|
%description
|
||||||
python-augeas is a set of Python bindings around augeas.
|
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
|
%package -n python3-augeas
|
||||||
Summary: Python 3 bindings to augeas
|
Summary: Python 3 bindings to augeas
|
||||||
Requires: augeas-libs
|
Requires: augeas-libs
|
||||||
|
Requires: python3-cffi
|
||||||
%{?python_provide:%python_provide python3-augeas}
|
%{?python_provide:%python_provide python3-augeas}
|
||||||
|
|
||||||
%description -n python3-augeas
|
%description -n python3-augeas
|
||||||
@ -26,7 +28,7 @@ python3-augeas is a set of Python bindings around augeas.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-v%{version}
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{py3_build}
|
%{py3_build}
|
||||||
@ -41,8 +43,10 @@ pytest-3
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README.txt
|
%doc AUTHORS README.txt
|
||||||
%{python3_sitelib}/augeas.py
|
%{python3_sitelib}/augeas.py
|
||||||
|
%{python3_sitelib}/augeas/*
|
||||||
%{python3_sitelib}/python_augeas-*.egg-info
|
%{python3_sitelib}/python_augeas-*.egg-info
|
||||||
%{python3_sitelib}/__pycache__/*
|
%{python3_sitelib}/__pycache__/*
|
||||||
|
%{python3_sitelib}/test/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user