mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-24 00:42:50 +00:00
change bin
This commit is contained in:
parent
e3c7019684
commit
3739697c19
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,8 @@ BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: python3egg(nose)
|
BuildRequires: python3egg(nose)
|
||||||
BuildRequires: python3egg(mock)
|
BuildRequires: python3egg(mock)
|
||||||
|
|
||||||
|
Requires: python3-%{oname}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jsonschema is JSON Schema validator currently based on
|
jsonschema is JSON Schema validator currently based on
|
||||||
http://tools.ietf.org/html/draft-zyp-json-schema-03
|
http://tools.ietf.org/html/draft-zyp-json-schema-03
|
||||||
|
@ -66,7 +68,6 @@ python3 setup.py install --root=%{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CHANGELOG.rst COPYING README.rst
|
%doc CHANGELOG.rst COPYING README.rst
|
||||||
%{_bindir}/jsonschema
|
|
||||||
%{py_puresitedir}/jsonschema/*.py*
|
%{py_puresitedir}/jsonschema/*.py*
|
||||||
%{py_puresitedir}/jsonschema/tests/*.py*
|
%{py_puresitedir}/jsonschema/tests/*.py*
|
||||||
%{py_puresitedir}/jsonschema*.egg-info
|
%{py_puresitedir}/jsonschema*.egg-info
|
||||||
|
|
Loading…
Add table
Reference in a new issue