From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 25 May 2017 14:02:06 +0300 (MSK) From: Ivan Zakharyaschev To: ALT Linux Team development discussions In-Reply-To: <1495706509.620453791@f40.i.mail.ru> Message-ID: References: <1495706509.620453791@f40.i.mail.ru> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1807885841-1884696115-1495710126=:1081" Subject: Re: [devel] python setuptools X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2017 11:02:07 -0000 Archived-At: List-Archive: List-Post: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1807885841-1884696115-1495710126=:1081 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT On Thu, 25 May 2017, akv@altlinux.org wrote: > > Господа, а куда пропал модуль setuptools и какой теперь модуль вместо него ? > > 2017-May-25 09:46:58 :: [x86_64] #100 python-module-telebot.git 3.0.0-alt1: build start >     from setuptools import setup > ImportError: No module named 'setuptools' > > У меня на локальной машине такой модуль есть, а в сизифе уже нет. > python-module-setuptools-18.1-alt4.noarch > python3-module-setuptools-18.1-alt4.noarch Проверил, есть. Попросил создать hasher с этим пакетом. Потом Ваша команда успешно выполняется: $ apt-repo --hsh-apt-config=/home/imz/.hasher/sisyphus/apt.conf test '' python3-module-setuptools $ hsh-run --mount=/proc,/dev/pts -- python3 -c 'from setuptools import setup'; echo $? 0 $ Однажды setuptools пропадало из сборочной среду одного пакета, что привело к неприятным последствиям -- https://lists.altlinux.org/pipermail/devel/2017-February/202395.html . Раньше оно вытаскивалось по зависмостям других пакетов из сборочной среды, но после изменения сборки перестало. Поправка тогда была в виде добавления BuildRequires: http://git.altlinux.org/gears/p/python-module-six.git?p=python-module-six.git;a=commitdiff;h=c13d0f4d531ae20bcdcfc81d9a25a706e9934208 Best regards, Ivan --1807885841-1884696115-1495710126=:1081--