Skip to content

Commit

Permalink
add explicit dependency on setuptools (dirk-thomas#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Mar 9, 2018
1 parent 75620a6 commit 16e1623
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']
install_requires = ['PyYAML', 'setuptools']
if sys.version_info[0] == 2:
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-yaml
Depends3: python3-yaml
Depends: python-argparse, python-setuptools, python-yaml
Depends3: python3-setuptools, python3-yaml
Conflicts: python3-vcstool
Conflicts3: python-vcstool
Suite: oneiric precise quantal raring saucy trusty utopic vivid wily xenial yakkety zesty artful bionic wheezy jessie stretch buster
Expand Down

0 comments on commit 16e1623

Please sign in to comment.