forked from pool/python-uncertainties
b364381e1e
- Switch to pyproject and autosetup macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-uncertainties?expand=0&rev=26
14 lines
402 B
Diff
14 lines
402 B
Diff
Index: uncertainties-3.1.7/setup.py
|
|
===================================================================
|
|
--- uncertainties-3.1.7.orig/setup.py
|
|
+++ uncertainties-3.1.7/setup.py
|
|
@@ -337,7 +337,7 @@ try:
|
|
'Source': 'https://github.com/lebigot/uncertainties'
|
|
},
|
|
|
|
- install_requires=['future'],
|
|
+ install_requires=[],
|
|
|
|
tests_require=['nose', 'numpy'],
|
|
|