mirror of
https://github.com/RubyMetric/chsrc
synced 2026-03-04 21:28:44 +08:00
Fix python and js group
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
/** ------------------------------------------------------------
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
* -------------------------------------------------------------
|
||||
* 由于Rye已经有后继uv了,所以我们不把该管理器纳入Python group中
|
||||
* ------------------------------------------------------------*/
|
||||
|
||||
def_target(pl_python_rye);
|
||||
@@ -23,9 +25,6 @@ pl_python_rye_prelude (void)
|
||||
chef_allow_english(this);
|
||||
chef_allow_user_define(this);
|
||||
|
||||
chef_set_note ("由于Rye已经有后继uv了,所以我们不把该管理器纳入Python group中",
|
||||
"Since Rye has successor uv, we don't include this manager in Python group");
|
||||
|
||||
// 使用 pl_python_group 的源
|
||||
this->sources = pl_python_group_target.sources;
|
||||
this->sources_n = pl_python_group_target.sources_n;
|
||||
|
||||
Reference in New Issue
Block a user