From 16e162334b78b610e8ec5967cba26fc3a6813e75 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Fri, 9 Mar 2018 16:27:59 -0600 Subject: [PATCH] add explicit dependency on setuptools (#65) --- setup.py | 2 +- stdeb.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5f0b2767..980cf663 100755 --- a/setup.py +++ b/setup.py @@ -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') diff --git a/stdeb.cfg b/stdeb.cfg index b13bc5ba..a4c0de23 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -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