15
0
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:
2023-05-02 10:35:37 +00:00
committed by Git OBS Bridge
parent 0a301724c1
commit 84390f06ee
4 changed files with 24 additions and 21 deletions

View File

@@ -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'],