patroni/debian/patches/requirements_setuptools.patch
Michael Banck 2a34f4eb6b * debian/patches/requirements_setuptools.patch: New patch, add setuptools to
requirements, so that python3-pkg-resources is picked up as package
    dependency by dh_python3.
2020-01-23 17:21:11 +01:00

8 lines
219 B
Diff

--- ./requirements.txt.orig 2020-01-23 15:23:54.943628527 +0100
+++ ./requirements.txt 2020-01-23 15:24:12.763690401 +0100
@@ -12,3 +12,4 @@
psutil>=2.0.0
cdiff
kubernetes>=2.0.0,<=10.0.1,!=4.0.*,!=5.0.*
+setuptools