aboutsummaryrefslogtreecommitdiff
path: root/www/py-fake-useragent/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-fake-useragent/files/patch-setup.py')
-rw-r--r--www/py-fake-useragent/files/patch-setup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/www/py-fake-useragent/files/patch-setup.py b/www/py-fake-useragent/files/patch-setup.py
deleted file mode 100644
index 130806a8f6f1..000000000000
--- a/www/py-fake-useragent/files/patch-setup.py
+++ /dev/null
@@ -1,6 +0,0 @@
---- setup.py.orig 2022-11-12 09:41:13 UTC
-+++ setup.py
-@@ -0,0 +1,3 @@
-+import setuptools
-+if __name__ == "__main__":
-+ setuptools.setup(use_scm_version=False)