patroni/debian/patches/relax_requirements.patch
Michael Banck 8cd3ca89d6 * debian/patches/relax_requirements.patch: New patch, relaxes the
python3-kubernetes requirements.
2018-01-24 10:31:45 +01:00

47 lines
1.8 KiB
Diff

Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
patroni (1.4.1-1) UNRELEASED; urgency=medium
.
* New upstream release.
.
[ Christoph Berg ]
* Move packaging repository to salsa.debian.org
.
[ Michael Banck ]
* debian/patches/pgpass_in_testsuite.patch: Removed, no longer needed.
* debian/patches/sphinx_no_mathjax.patch: Refreshed.
* debian/patches/startup_scripts.patch: Updated.
* debian/patches/coverage_binary.patch: Likewiese.
* debian/pathes/relax_kazoo_requirement.patch: Removed, no longer needed.
* debian/rules (override_dh_auto_install): Remove tr-hack, the example init
file no longer has DOS line endings.
* debian/control (Build-Depends): Added python3-kubernetes.
Author: Christoph Berg <myon@debian.org>
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-01-24
--- patroni-1.4.1.orig/requirements.txt
+++ patroni-1.4.1/requirements.txt
@@ -13,4 +13,4 @@ tzlocal
python-dateutil
psutil
cdiff
-kubernetes==3.0.0
+kubernetes>=2.0.0