Skip to content

Commit 572b03c

Browse files
committed
Add --skip-vendor in the RPM spec
1 parent 017a76d commit 572b03c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015, 2021, Oracle and/or its affiliates.
1+
# Copyright (c) 2015, 2022, Oracle and/or its affiliates.
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License, version 2.0, as
@@ -159,6 +159,7 @@ COMMON_INSTALL_ARGS="\
159159
--with-protobuf-include-dir=%{with_protobuf_include_dir} \
160160
--with-protobuf-lib-dir=%{with_protobuf_lib_dir} \
161161
--with-protoc=%{with_protoc} \
162+
--skip-vendor \
162163
"
163164

164165
%if 0%{?extra_compile_args:1}

0 commit comments

Comments
 (0)