* debian/patches/requirements_cdiff.patch: New patches, changes ydiff (not

yet packaged python module) back to cdiff in requirements.
This commit is contained in:
Michael Banck 2020-10-03 10:07:33 +02:00
parent 09a136ed63
commit 52732c150a
3 changed files with 12 additions and 0 deletions

2
debian/changelog vendored
View file

@ -12,6 +12,8 @@ patroni (2.0.1-1) UNRELEASED; urgency=medium
patch, disables downloading python packages during regression tests.
* debian/tests/test: Remove Raft tests for now (not yet packaged pysyncobj
module).
* debian/patches/requirements_cdiff.patch: New patches, changes ydiff (not
yet packaged python module) back to cdiff in requirements.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Wed, 26 Aug 2020 15:34:34 +0200

View file

@ -0,0 +1,9 @@
--- ./requirements.txt.orig 2020-10-03 10:04:07.677928960 +0200
+++ ./requirements.txt 2020-10-03 10:04:13.861018707 +0200
@@ -11,5 +11,5 @@
python-dateutil
pysyncobj>=0.3.7
psutil>=2.0.0
-ydiff>=1.2.0
+cdiff
setuptools

View file

@ -3,3 +3,4 @@ acceptance_tests_system_patroni.patch
requirements_setuptools.patch
offline_intersphinx.patch
regression_tests_disable_requirement_download.patch
requirements_cdiff.patch