forked from pool/python-acitoolkit
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
This commit is contained in:
committed by
Git OBS Bridge
parent
584c63cd7c
commit
460b851ac8
25
remove-app-dependency.patch
Normal file
25
remove-app-dependency.patch
Normal file
@@ -0,0 +1,25 @@
|
||||
--- 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.",
|
||||
)
|
||||
Reference in New Issue
Block a user