File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ declare -Ax MODULE_BUILD_DEPS=(
14
14
[" ldap" ]=" libldap2-dev"
15
15
[" mysql" ]=" default-libmysqlclient-dev"
16
16
[" pgsql" ]=" libpq-dev"
17
- [" regex_pcre" ]=" libpcre3-dev"
18
17
[" regex_pcre2" ]=" libpcre2-dev"
19
18
[" regex_posix" ]=" "
20
19
[" regex_re2" ]=" libre2-dev pkg-config"
@@ -34,7 +33,6 @@ declare -Ax MODULE_RUNTIME_DEPS=(
34
33
[" ldap" ]=" "
35
34
[" mysql" ]=" "
36
35
[" pgsql" ]=" "
37
- [" regex_pcre" ]=" "
38
36
[" regex_pcre2" ]=" "
39
37
[" regex_posix" ]=" "
40
38
[" regex_re2" ]=" "
@@ -47,6 +45,8 @@ declare -Ax MODULE_RUNTIME_DEPS=(
47
45
[" sslrehashsignal" ]=" "
48
46
)
49
47
50
- declare -Ax MODULE_ERRORS=()
48
+ declare -Ax MODULE_ERRORS=(
49
+ [" regex_pcre" ]=" PCRE1 is not packaged by Debian Trixie"
50
+ )
51
51
52
52
declare -Ax MODULE_WARNINGS=()
You can’t perform that action at this time.
0 commit comments