Skip to content
Snippets Groups Projects
Commit 7695f1e8 authored by Filip Pytloun's avatar Filip Pytloun
Browse files

Fix description

parent 59758fb9
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ Build-Depends:
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
Homepage: https://github.com/dpursehouse/pygerrit2
......@@ -25,7 +28,7 @@ Multi-Arch: foreign
Depends:
${misc:Depends},
${python:Depends},
Description: client library to interact with Gerrit Code Review via the REST API
Description: client library to interact with Gerrit Code Review 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.
.
......@@ -37,7 +40,7 @@ Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: client library to interact with Gerrit Code Review via the REST API
Description: client library to interact with Gerrit Code Review via the REST API - Python 3.x
pygerrit2 is simple Python library to provide interface to interact with
Gerrit Code Review via it's REST API.
.
......
......@@ -30,4 +30,3 @@ License: Expat
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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