mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:47:13 +08:00
also add provides
This commit is contained in:
parent
956b097333
commit
ce388789e8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user