From 079cf5b0c43ca0f2b4280c3e5828dfe77a49b3fe Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 31 May 2016 16:22:53 +0200 Subject: [PATCH] remove build for python3 --- debian/control | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/debian/control b/debian/control index ba2a7cf..8275280 100644 --- a/debian/control +++ b/debian/control @@ -10,12 +10,6 @@ Build-Depends: debhelper (>= 9), python-nose, python-requests, python-setuptools (>= 0.6b3), - python3-all, - python3-coverage, - python3-mock, - python3-nose, - python3-requests, - python3-setuptools X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Standards-Version: 3.9.6 @@ -35,15 +29,3 @@ Description: Python library for the Redmine RESTful API (Python 2) a well-known Django object-relational mapping (ORM). . This is the Python 2 version of the package. - -Package: python3-redmine -Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Description: Python library for the Redmine RESTful API (Python 3) - Python Redmine is a library for communicating with a Redmine project - management application. Redmine exposes some of it's data via RESTful - (Representational State Transfer) application programming interface (API) for - which Python Redmine provides a simple but powerful Pythonic API inspired by - a well-known Django object-relational mapping (ORM). - . - This is the Python 3 version of the package.