Skip to content

Commit

Permalink
Add appdirs dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Fazzari <[email protected]>
  • Loading branch information
kyrofa committed May 22, 2020
1 parent 1cdc397 commit 92a3bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup
from vcstool import __version__

install_requires = ['PyYAML', 'setuptools']
install_requires = ['appdirs', 'PyYAML', 'setuptools']
if sys.version_info[0] == 2 and sys.version_info[1] < 7:
install_requires.append('argparse')

Expand Down
4 changes: 2 additions & 2 deletions stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[DEFAULT]
Depends: python-argparse, python-setuptools, python-yaml
Depends3: python3-setuptools, python3-yaml
Depends: python-appdirs, python-argparse, python-setuptools, python-yaml
Depends3: python3-appdirs, python3-setuptools, python3-yaml
Conflicts: python3-vcstool
Conflicts3: python-vcstool
Suite: xenial yakkety zesty artful bionic cosmic disco eoan jessie stretch buster
Expand Down

0 comments on commit 92a3bdf

Please sign in to comment.