also add provides

This commit is contained in:
Weng Xuetian 2018-04-21 03:19:12 +01:00
parent 956b097333
commit ce388789e8

View File

@ -25,6 +25,7 @@ build() {
package_cython3() {
depends=(python3 python3-setuptools)
provides=(python3-cython)
conflicts=(python3-cython)
replaces=(python3-cython)
@ -39,6 +40,7 @@ package_cython3() {
package_cython2() {
depends=(python2 python2-setuptools)
provides=(python2-cython)
conflicts=(python2-cython)
replaces=(python2-cython)