Update build-requires in bootstrap mode

This commit is contained in:
Mikolaj Izdebski 2022-06-14 08:03:17 +02:00
parent cd099006fd
commit fda428c914

View File

@ -17,10 +17,10 @@ Source0: https://github.com/cglib/cglib/archive/%{tarball_name}.tar.gz
Patch0: 0001-Remove-unused-import.patch
BuildRequires: maven-local
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local
BuildRequires: mvn(org.apache.ant:ant)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.ow2.asm:asm)