Changes of Revision 8
[-] | Changed | python-sphinx.spec |
1
2 BuildRequires: python 3 BuildRequires: python-devel 4 Requires: python 5 -Requires: python-distribute 6 +Requires: python-distribute python-docutils 7 8 %description 9 Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects. 10 |