From 0a470951a2abbc9fa2fffa36c6b1caea2e17c599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sat, 19 Sep 2020 11:44:52 +0200 Subject: [PATCH] community/python2: move from main As per #11577, there are no remaining packages in main/ which require python2. As such, the package can be moved from main/ to community/. --- {main => community}/python2/APKBUILD | 0 {main => community}/python2/musl-find_library.patch | 0 {main => community}/python2/unchecked-ioctl.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {main => community}/python2/APKBUILD (100%) rename {main => community}/python2/musl-find_library.patch (100%) rename {main => community}/python2/unchecked-ioctl.patch (100%) diff --git a/main/python2/APKBUILD b/community/python2/APKBUILD similarity index 100% rename from main/python2/APKBUILD rename to community/python2/APKBUILD diff --git a/main/python2/musl-find_library.patch b/community/python2/musl-find_library.patch similarity index 100% rename from main/python2/musl-find_library.patch rename to community/python2/musl-find_library.patch diff --git a/main/python2/unchecked-ioctl.patch b/community/python2/unchecked-ioctl.patch similarity index 100% rename from main/python2/unchecked-ioctl.patch rename to community/python2/unchecked-ioctl.patch