From 5e4f2f068f8fb00d90c57c40c244f90c065b6787 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 3 Jun 2019 04:53:28 -0300
Subject: [PATCH] community/py-libcloud: modernize

---
 community/py-libcloud/APKBUILD | 2 --
 1 file changed, 2 deletions(-)

diff --git a/community/py-libcloud/APKBUILD b/community/py-libcloud/APKBUILD
index 7f7e4cc2db2c..3bed271a75a9 100644
--- a/community/py-libcloud/APKBUILD
+++ b/community/py-libcloud/APKBUILD
@@ -14,13 +14,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/apache/${pkgname/py-/}/archi
 builddir="$srcdir"/$_pkgname-$pkgver
 
 check() {
-	cd "$builddir"
 	python2 setup.py check
 	python3 setup.py check
 }
 
 build() {
-	cd "$builddir"
 	python2 setup.py build
 	python3 setup.py build
 }
-- 
GitLab