From 496767392c91ad099b3843df8c4910289d6bf5e8 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 22 Feb 2016 16:23:42 -0500 Subject: [PATCH] d/control: Drop dependency on python-reno as it's not needed for package builds. --- debian/changelog | 7 +++++++ debian/control | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5572c8c..6ee4aed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-os-client-config (1.14.0-2) UNRELEASED; urgency=medium + + * d/control: Drop dependency on python-reno as it's not needed for package + builds. + + -- Corey Bryant Mon, 22 Feb 2016 16:23:08 -0500 + python-os-client-config (1.14.0-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 8282c52..f797c12 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Build-Depends-Indep: python-appdirs, python-mock (>= 1.3), python-oslosphinx (>= 2.5.0), python-oslotest (>= 1.5.1), - python-reno, python-requestsexceptions (>= 1.1.1), python-testscenarios, python-testtools, @@ -39,7 +38,6 @@ Build-Depends-Indep: python-appdirs, python3-keystoneclient (>= 1:1.1.0), python3-mock (>= 1.3), python3-oslotest (>= 1.5.1), - python3-reno, python3-requestsexceptions (>= 1.1.1), python3-subunit, python3-testscenarios,