aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-tools/create-setuppy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gvm-tools/create-setuppy.patch')
-rw-r--r--community/gvm-tools/create-setuppy.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/gvm-tools/create-setuppy.patch b/community/gvm-tools/create-setuppy.patch
deleted file mode 100644
index 6a1a318b8bc..00000000000
--- a/community/gvm-tools/create-setuppy.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-commit d5d5ef1473bd1163f1309ca83642a1be2a96c5b5
-Author: Francesco Colista <fcolista@alpinelinux.org>
-Date: Tue May 19 18:56:39 2020 +0000
-
- added setup.py to build package with setuptools
-
-diff --git a/setup.py b/setup.py
-new file mode 100644
-index 0000000..ebe2f51
---- /dev/null
-+++ b/setup.py
-@@ -0,0 +1,3 @@
-+#!/usr/bin/env python3
-+from pyproject2setuppy.main import main
-+main()