forked from pool/python-nxapi-plumbing
- Switch to pyproject and autosetup macro. - Stop using greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nxapi-plumbing?expand=0&rev=4
14 lines
418 B
Diff
14 lines
418 B
Diff
Index: nxapi-plumbing-0.5.2/setup.py
|
|
===================================================================
|
|
--- nxapi-plumbing-0.5.2.orig/setup.py
|
|
+++ nxapi-plumbing-0.5.2/setup.py
|
|
@@ -4,7 +4,7 @@ import os
|
|
import re
|
|
|
|
|
|
-requirements = ["requests>=2.7.0", "lxml", "future", "scp", "six"]
|
|
+requirements = ["requests>=2.7.0", "lxml", "scp", "six"]
|
|
|
|
with open("README.md", "r") as fs:
|
|
long_description = fs.read()
|