forked from pool/python-manuel
Accepting request 1083998 from home:bnavigator:branches:devel:languages:python
- Replace unsupported setuptoos sphinx_build hook - Remove six and setuptools from requirements metadata OBS-URL: https://build.opensuse.org/request/show/1083998 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-manuel?expand=0&rev=25
This commit is contained in:
@@ -18,3 +18,18 @@ Index: manuel-1.12.4/src/manuel/doctest.py
|
||||
pass
|
||||
|
||||
|
||||
Index: manuel-1.12.4/setup.py
|
||||
===================================================================
|
||||
--- manuel-1.12.4.orig/setup.py
|
||||
+++ manuel-1.12.4/setup.py
|
||||
@@ -48,10 +48,6 @@ setup(
|
||||
},
|
||||
tests_require=tests_require,
|
||||
test_suite='manuel.tests.test_suite',
|
||||
- install_requires=[
|
||||
- 'setuptools',
|
||||
- 'six',
|
||||
- ],
|
||||
include_package_data=True,
|
||||
long_description=long_description,
|
||||
keywords=['testing', 'documentation'],
|
||||
|
||||
Reference in New Issue
Block a user