From 4387175f6b4a0d6a696cddfd00ad161d53fbc214 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 26 Mar 2024 08:16:36 +0000 Subject: Adding metadata --- .../files/ots-python-8.1.4-ots-sanitize.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch (limited to 'dev-python/ots-python/files') diff --git a/dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch b/dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch deleted file mode 100644 index 5eae00dbd8f4..000000000000 --- a/dev-python/ots-python/files/ots-python-8.1.4-ots-sanitize.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -236,7 +236,6 @@ - platforms=["posix", "nt"], - package_dir={"": "src/python"}, - packages=find_packages("src/python"), -- ext_modules=[ots_sanitize], - zip_safe=False, - cmdclass=cmdclass, - setup_requires=["setuptools_scm"], ---- a/src/python/ots/__init__.py -+++ b/src/python/ots/__init__.py -@@ -3,7 +3,7 @@ - import sys - import os - --OTS_SANITIZE = os.path.join(os.path.dirname(__file__), "ots-sanitize") -+OTS_SANITIZE = "ots-sanitize" - - __all__ = ["sanitize", "OTSError", "CalledProcessError"] - -- cgit v1.3.1