Skip to content
Snippets Groups Projects
Commit dba092b9 authored by Ondřej Nový's avatar Ondřej Nový
Browse files

Drop Python 2 support.

parent 544b45fe
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ python-pygerrit2 (2.0.4-2) UNRELEASED; urgency=medium
* d/control: Set Vcs-* to salsa.debian.org
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support.
-- Ondřej Nový <onovy@debian.org> Tue, 13 Feb 2018 10:04:15 +0100
......
......@@ -7,14 +7,10 @@ Uploaders:
Build-Depends:
debhelper-compat (= 11),
dh-python,
python-all,
python-pbr (>= 0.8.2),
python-setuptools,
python3-all,
python3-pbr (>= 0.8.2),
python3-setuptools,
Build-Depends-Indep:
python-requests (>= 2.10.0),
python3-requests (>= 2.10.0),
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
......@@ -22,18 +18,6 @@ Homepage: https://github.com/dpursehouse/pygerrit2
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pygerrit2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pygerrit2.git
Package: python-pygerrit2
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python:Depends},
Description: library to interact with Gerrit via the REST API - Python 2.7
pygerrit2 is simple Python library to provide interface to interact with
Gerrit Code Review via it's REST API.
.
This package contains the Python 2.7 module.
Package: python3-pygerrit2
Architecture: all
Multi-Arch: foreign
......
......@@ -6,7 +6,7 @@ export PBR_VERSION=$(DEB_VERSION_UPSTREAM)
export PYBUILD_NAME=pygerrit2
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment