Skip to content

Commit 6073ec1

Browse files
authored
Merge pull request #570 from splunk/deprecation-dependency-fix
Missing deprecation dependency added
2 parents c4e8bf3 + 6b0b75f commit 6073ec1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ def run(self):
142142
"splunklib.modularinput",
143143
"splunklib.searchcommands"],
144144

145+
install_requires=[
146+
"deprecation",
147+
],
148+
145149
url="http://github.com/splunk/splunk-sdk-python",
146150

147151
version=splunklib.__version__,

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ deps = pytest
3131
xmlrunner
3232
unittest-xml-reporting
3333
python-dotenv
34-
deprecation
3534

3635
distdir = build
3736
commands =

0 commit comments

Comments
 (0)