add BR/R on python-path

This commit is contained in:
Thomas Spura 2014-04-22 09:15:06 +02:00
parent 5e5d7dc3fb
commit 8cd467d620

View File

@ -35,6 +35,7 @@ BuildRequires: python-devel
BuildRequires: python-simplegeneric BuildRequires: python-simplegeneric
BuildRequires: python-decorator BuildRequires: python-decorator
BuildRequires: python-jsonschema BuildRequires: python-jsonschema
BuildRequires: python-path
%if %{with doc} %if %{with doc}
%endif %endif
@ -66,6 +67,7 @@ BuildRequires: python3-devel
# for checking/testing # for checking/testing
BuildRequires: python3-nose BuildRequires: python3-nose
BuildRequires: python3-mglob BuildRequires: python3-mglob
#BuildRequires: python3-path
BuildRequires: python3-simplegeneric BuildRequires: python3-simplegeneric
BuildRequires: python3-decorator BuildRequires: python3-decorator
BuildRequires: python3-jsonschema BuildRequires: python3-jsonschema
@ -127,6 +129,7 @@ Requires: python-zmq
#bundled libs #bundled libs
Requires: pexpect Requires: pexpect
Requires: python-mglob Requires: python-mglob
Requires: python-path
Requires: python-simplegeneric Requires: python-simplegeneric
Requires: python-decorator Requires: python-decorator
Requires: python-jsonschema Requires: python-jsonschema
@ -220,6 +223,7 @@ Requires: python3-zmq
#bundled libs #bundled libs
Requires: python3-pexpect Requires: python3-pexpect
Requires: python3-mglob Requires: python3-mglob
#Requires: python3-path
Requires: python3-simplegeneric Requires: python3-simplegeneric
Requires: python3-decorator Requires: python3-decorator
Requires: python3-jsonschema Requires: python3-jsonschema
@ -627,6 +631,9 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Tue Apr 22 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.0.0-2
- add BR/R python-path
* Thu Apr 3 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.0.0-1 * Thu Apr 3 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.0.0-1
- update to 2.0.0 - update to 2.0.0
- bundled argparse has been dropped - bundled argparse has been dropped