https://bugzilla.redhat.com/show_bug.cgi?id=1200119



--- Comment #1 from David Shea <[email protected]> ---
A first look while I fight with mock:

%build fails, because it runs make with no target, which chooses the first
target: check. My suggestion is to add something like:

build:
<Tab>$(PYTHON) setup.py build

before the check target.

If there's a build target, install doesn't need to rebuild it, so add
--skip-build to the setup.py arguments there.

%check fails first because it can't find the pocketlint module. The easy fix
would be to add PYTHONPATH=./build/lib to the environment.

%check fails second because it can't find translatepo.

You don't need the BuildRequires for python3-setuptools, since you're using
distutils, which gets pulled in by python3-devel.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to