diff options
Diffstat (limited to 'main/python3/APKBUILD')
-rw-r--r-- | main/python3/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD index 27e3440047..a133f325e3 100644 --- a/main/python3/APKBUILD +++ b/main/python3/APKBUILD @@ -70,7 +70,6 @@ dev() { tests() { pkgdesc="The test modules from the main python package" - arch="noarch" cd "$pkgdir"/usr/lib/python$_basever local i; for i in */test */tests; do |