Re: py-numpy hidden dependency on py-setuptools_scm

2020-01-30 Thread Daniel Dickman
> On Jan 30, 2020, at 9:07 AM, Antoine Jacoutot wrote: > > On Thu, Jan 30, 2020 at 08:50:37AM -0500, Kurt Mosiejczuk wrote: >> Just had py-numpy fail on the sparc64 bulk complaining about not >> having a setuptools_scm module. Adding devel/py-setuptools_scm to the >> BUILD_DEPENDS fixes it. >

Re: py-numpy hidden dependency on py-setuptools_scm

2020-01-30 Thread Antoine Jacoutot
On Thu, Jan 30, 2020 at 08:50:37AM -0500, Kurt Mosiejczuk wrote: > Just had py-numpy fail on the sparc64 bulk complaining about not > having a setuptools_scm module. Adding devel/py-setuptools_scm to the > BUILD_DEPENDS fixes it. > > Here's a diff to add it and it bumps REVISION. > > ok? No. It

Re: py-numpy hidden dependency on py-setuptools_scm

2020-01-30 Thread Daniel Dickman
Can you please send the failure? Is it reproducible? > On Jan 30, 2020, at 8:51 AM, Kurt Mosiejczuk wrote: > > Just had py-numpy fail on the sparc64 bulk complaining about not > having a setuptools_scm module. Adding devel/py-setuptools_scm to the > BUILD_DEPENDS fixes it. > > Here's a diff to

py-numpy hidden dependency on py-setuptools_scm

2020-01-30 Thread Kurt Mosiejczuk
Just had py-numpy fail on the sparc64 bulk complaining about not having a setuptools_scm module. Adding devel/py-setuptools_scm to the BUILD_DEPENDS fixes it. Here's a diff to add it and it bumps REVISION. ok? --Kurt Index: Makefile ==