aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-openvas/create-setuppy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ospd-openvas/create-setuppy.patch')
-rw-r--r--community/ospd-openvas/create-setuppy.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/ospd-openvas/create-setuppy.patch b/community/ospd-openvas/create-setuppy.patch
deleted file mode 100644
index 22ac6163b82..00000000000
--- a/community/ospd-openvas/create-setuppy.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-commit 2bb0927a9cfe4bdf5e790469c6c1e0058b3e5a5b
-Author: Francesco Colista <fcolista@alpinelinux.org>
-Date: Tue Feb 22 13:30:57 2022 +0000
-
- added setup.py to build package with setuptools
-
-diff --git a/setup.py b/setup.py
-new file mode 100644
-index 0000000..1801db5
---- /dev/null
-+++ b/setup.py
-@@ -0,0 +1,4 @@
-+#!/usr/bin/env python3
-+from pyproject2setuppy.main import main
-+main()
-+