From 7d875bba850d97ce811284251f72e2a275c5fdca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 16 Sep 2015 10:56:38 +0200 Subject: [PATCH] Flake8 not needed anymoar. --- debian/changelog | 4 ++-- debian/control | 2 -- debian/patches/pbuilder-bugs.patch | 18 ------------------ debian/patches/series | 1 - 4 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 debian/patches/pbuilder-bugs.patch diff --git a/debian/changelog b/debian/changelog index 7376a9f..1f8e2d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -python-pocci (0.0.2-0~20150915git7bd0427) stable; urgency=low +python-pocci (0.0.2-0~20150915git8b98b05) stable; urgency=low * Initial package - -- František Dvořák Tue, 15 Sep 2015 16:46:57 +0200 + -- František Dvořák Wed, 16 Sep 2015 10:56:06 +0200 diff --git a/debian/control b/debian/control index b569afe..ed0b197 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 9~), python3-all, python3-setuptools, python-docutils, - python-flake8, - python3-flake8, python-sphinx (>= 1.0.7+dfsg-1~), python-pycurl, python3-pycurl diff --git a/debian/patches/pbuilder-bugs.patch b/debian/patches/pbuilder-bugs.patch deleted file mode 100644 index f5c0bb3..0000000 --- a/debian/patches/pbuilder-bugs.patch +++ /dev/null @@ -1,18 +0,0 @@ -Author: František Dvořák -Date: Tue Sep 15 16:45:12 2015 +0200 - - Workaround bugs in Debian pbuilder: remove dependency for clean. - -diff --git a/setup.py b/setup.py -index e83228a..34a9263 100644 ---- a/setup.py -+++ b/setup.py -@@ -54,8 +54,6 @@ setup( - - install_requires=['pycurl'], - -- setup_requires=['flake8'], -- - package_data={ - 'pOCCI': [ - 'pOCCI.cfg', diff --git a/debian/patches/series b/debian/patches/series index e32c82a..09b1d6b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ 2to3-tests.patch -pbuilder-bugs.patch -- 1.8.2.3