File: remove-cx-oracle-depencency.patch

package info (click to toggle)
patator 0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 676 kB
  • sloc: python: 3,915; sh: 94; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Remove cx_oracle dependency since it is not packagable
Author: Hugo Lefeuvre <hle@debian.org>
Reviewed-By: Francisco Vilmar Cardoso Ruviaro <francisco.ruviaro@riseup.net>
Forwarded: not-needed
Last-Update: 2020-09-29

--- patator-0.8.orig/requirements.txt
+++ patator-0.8/requirements.txt
@@ -3,7 +3,7 @@ pycurl
 ajpy
 impacket
 pyopenssl
-cx_Oracle
+#cx_Oracle # non free dependencies
 mysqlclient
 psycopg2-binary
 pycrypto