to work towards Python3 support
Gbp-Dch: Ignore
python-nosexcover,
python-pkg-resources,
python-rpm,
+ python-six,
python-setuptools,
rpm,
sgml2x,
man-db,
python-dateutil,
python-pkg-resources,
+ python-six,
Recommends: pristine-tar (>= 0.5), cowbuilder, python-requests
Suggests: python-notify, unzip
Description: Suite to help with Debian packages in Git repositories
scripts = ['bin/git-pbuilder'],
packages = find_packages(exclude=['tests', 'tests.*']),
data_files = [("/etc/git-buildpackage/", ["gbp.conf"]),],
+ requires = ["six"],
setup_requires=['nose>=0.11.1', 'coverage>=2.85', 'nosexcover>=1.0.7'] if \
os.getenv('WITHOUT_NOSETESTS') is None else [],
entry_points = {