15
0
Files
python-acitoolkit/remove-app-dependency.patch
Tomáš Chvátal 460b851ac8 Accepting request 686813 from home:jayvdb:branches:devel:languages:python
- Remove runtime dependencies from the library
- Add NOTICE to %license
- Create sub-packages -doc, -doc-applications and -doc-samples

OBS-URL: https://build.opensuse.org/request/show/686813
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-acitoolkit?expand=0&rev=8
2019-03-21 11:38:21 +00:00

26 lines
961 B
Diff

--- acitoolkit-0.4/setup.py.orig 2019-03-19 12:54:59.889072645 +0700
+++ acitoolkit-0.4/setup.py 2019-03-19 12:56:35.661890919 +0700
@@ -21,21 +21,10 @@
license=about["__license__"],
install_requires=["requests",
"websocket-client>0.33.0",
- "gitpython",
- "flask-httpauth",
- "flask-sqlalchemy",
- "flask-admin",
- "flask-bootstrap",
- "flask-wtf",
- "flask-cors",
- "flask",
- "pymysql",
"tabulate",
- "py-radix",
"jsonschema",
"graphviz",
- "ipaddress",
- "deepdiff"],
+ ],
tests_requires=["mock"],
description="This library allows basic Cisco ACI APIC configuration.",
)