diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 11:20:42 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 12:08:59 +0000 |
commit | c9861422ea0e41d83f331573ef47f468047152f8 (patch) | |
tree | ce36b13ea3fcda349905f243953642629748ffd1 /community/py-psutil/APKBUILD | |
parent | 2e42e90cd95ae8706a9a3bbfb51f7a0c4c2bc95e (diff) | |
download | aports-c9861422ea0e41d83f331573ef47f468047152f8.tar.bz2 aports-c9861422ea0e41d83f331573ef47f468047152f8.tar.xz |
community/py-psutil: fixed upgrade issue when install py2 package
Diffstat (limited to 'community/py-psutil/APKBUILD')
-rw-r--r-- | community/py-psutil/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/py-psutil/APKBUILD b/community/py-psutil/APKBUILD index 57d719eccc..72e1183adc 100644 --- a/community/py-psutil/APKBUILD +++ b/community/py-psutil/APKBUILD @@ -43,6 +43,7 @@ _py() { _py2() { _py python2 + replaces="$pkgname" } _py3() { |