Hi,

I'm getting failed builds [1] in rawhide and f27 because the macro
%py3_install fails when called with arguments. It was fine until f26.

The package is rhythmbox-ampache, and I call the macro like this:


%global py_install_args --no-glib-compile-schemas

%install
%py3_install %py_install_args

This is the error I get:

py3_install: invalid option -- '-'
error: Unknown option - in py3_install()
error: line 31: %py3_install %py_install_args
Building target platforms: x86_64
Building for target x86_64
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py",
line 89, in trace
    result = func(*args, **kw)
  File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 582, in do
    raise exception.Error("Command failed. See logs for output.\n #
%s" % (command,), child.returncode)


How should I pass this argument?


[1] https://koji.fedoraproject.org/koji/taskinfo?taskID=21417370
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to