b39ac3767c
- Add patch python-hypothesis-build.patch to fix Factory build error OBS-URL: https://build.opensuse.org/request/show/557295 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesis?expand=0&rev=40
11 lines
461 B
Diff
11 lines
461 B
Diff
diff -Pdpru hypothesis-python-3.42.2.orig/setup.py hypothesis-python-3.42.2/setup.py
|
|
--- hypothesis-python-3.42.2.orig/setup.py 2017-12-12 04:59:10.000000000 +0100
|
|
+++ hypothesis-python-3.42.2/setup.py 2017-12-15 09:54:26.188604599 +0100
|
|
@@ -95,5 +95,5 @@ setup(
|
|
entry_points={
|
|
'pytest11': ['hypothesispytest = hypothesis.extra.pytestplugin'],
|
|
},
|
|
- long_description=open(README).read(),
|
|
+ long_description=open("README.rst").read(),
|
|
)
|