Luciano Santos changed bug 1187718
What Removed Added
Status NEW CONFIRMED
CC   luc14n0@linuxmail.org
Component X11 Applications Maintenance

Comment # 4 on bug 1187718 from
This happens because the python build script doesn't check for all python
modules it uses. We can see that variety/Util.py has those imports:

----------------------------------------------------------
import bs4
import requests
from functools import wraps
import hashlib
import io
import json
import re
import os
import random
import logging
import string
import threading
import time
import urllib
import functools
import datetime
from urlparse import urlparse
from PIL import Image

from DominantColors import DominantColors

import gi
gi.require_version('GExiv2', '0.10')
gi.require_version('PangoCairo', '1.0')

from gi.repository import Gdk, Pango, GdkPixbuf, GLib, GExiv2
import inspect
import subprocess
import platform
from variety import _u, _str
----------------------------------------------------------

So if someone is unlucky enough to not have python-requests already installed,
variety won't start.

Besides python-requests, our Leap 15.3 variety spec is lacking
python-gobject-Gdk and python-pycairo, which have been fixed already in
Factory.

I've sent a request to the maintenance team
(https://build.opensuse.org/request/show/944544) already.


You are receiving this mail because: