From 7155c2ef89d93cc0c14a24fd3add11c90922155a Mon Sep 17 00:00:00 2001 From: Angelo Polo Date: Fri, 21 Jan 2022 16:12:53 +0100 Subject: [PATCH] databases/cassandra3: Remove code duplication in patches PR: 261220 --- .../files/patch-.build_build-resolver.xml | 27 ------------------- .../files/patch-pylib_requirements.txt | 16 ----------- 2 files changed, 43 deletions(-) diff --git a/databases/cassandra3/files/patch-.build_build-resolver.xml b/databases/cassandra3/files/patch-.build_build-resolver.xml index e037610af9e9..2629ddab11c9 100644 --- a/databases/cassandra3/files/patch-.build_build-resolver.xml +++ b/databases/cassandra3/files/patch-.build_build-resolver.xml @@ -25,30 +25,3 @@ - \ No newline at end of file + ---- .build/build-resolver.xml.orig 2022-01-03 17:11:14 UTC -+++ .build/build-resolver.xml -@@ -182,7 +182,7 @@ - - - -- -+ - - - -@@ -216,7 +216,7 @@ - - - -- -+ - - - -@@ -243,4 +243,4 @@ - - - -- -\ No newline at end of file -+ diff --git a/databases/cassandra3/files/patch-pylib_requirements.txt b/databases/cassandra3/files/patch-pylib_requirements.txt index 4468f4611060..27616df2d111 100644 --- a/databases/cassandra3/files/patch-pylib_requirements.txt +++ b/databases/cassandra3/files/patch-pylib_requirements.txt @@ -14,19 +14,3 @@ psutil -thrift==0.9.3 +thrift==0.10.0 ---- pylib/requirements.txt.orig 2022-01-04 12:21:36 UTC -+++ pylib/requirements.txt -@@ -1,7 +1,6 @@ - # See python driver docs: futures and six have to be installed before - # cythonizing the driver, perhaps only on old pips. - # http://datastax.github.io/python-driver/installation.html#cython-based-extensions --futures - six>=0.12.0 - -e git+https://github.com/datastax/python-driver.git@cassandra-test#egg=cassandra-driver - # Used ccm version is tracked by cassandra-test branch in ccm repo. Please create a PR there for fixes or upgrades to new releases. -@@ -17,4 +16,4 @@ nose-test-select - parse - pycodestyle - psutil --thrift==0.9.3 -+thrift==0.10.0