#3 Invoke python2 during %build explicitly
Merged 4 years ago by decathorpe. Opened 4 years ago by churchyard.
rpms/ churchyard/mchange-commons python2  into  master

file modified
+4 -4
@@ -19,7 +19,6 @@ 

  BuildRequires: slf4j

  BuildRequires: typesafe-config

  BuildRequires: python2

- BuildRequires: python-unversioned-command

  

  BuildArch:     noarch

  
@@ -50,9 +49,10 @@ 

  

  %build

  # XXX: Link deps, I understand this is a temp measure until sbt gains real xmvn integration

- ./climbing-nemesis.py com.typesafe config any ivy-local --version 1.2.1

- ./climbing-nemesis.py log4j log4j 12 ivy-local --version 1.2.14

- ./climbing-nemesis.py org.slf4j slf4j-api any ivy-local --version 1.7.5

+ # XXX: Switch to Python 3 before Fedora 32

+ python2 climbing-nemesis.py com.typesafe config any ivy-local --version 1.2.1

+ python2 climbing-nemesis.py log4j log4j 12 ivy-local --version 1.2.14

+ python2 climbing-nemesis.py org.slf4j slf4j-api any ivy-local --version 1.7.5

  

  export SBT_BOOT_DIR=$PWD/boot

  export SBT_IVY_DIR=$PWD/ivy-local

Pull-Request has been merged by decathorpe

4 years ago

I'll let the mass rebuild do its job bumping and actually building it, unless you want to build it earlier.

I'll let the mass rebuild do its job

Exactly the idea I had. Thanks.

Metadata