Received: from mail-lj1-f182.google.com (mail-lj1-f182.google.com [209.85.208.182]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 208E9781B6C for <~alpine/users@lists.alpinelinux.org>; Sun, 5 Apr 2020 08:26:54 +0000 (UTC) Received: by mail-lj1-f182.google.com with SMTP id r7so11233527ljg.13 for <~alpine/users@lists.alpinelinux.org>; Sun, 05 Apr 2020 01:26:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=D+4Eyi+IBgWfjkxT4XXuZ2bWAyGF+UxDYwswTGDT1X4=; b=LXvpjiJHen9pZgHkUhhO1r2aJdWhcX/rY6Hi2BpmpLo61++JsVjy2eQZZY513ZNj/Y LrVVohd0ofAIEiDke+RR9WfFsFcFasnAa4zuu1QfzyfZ2miCJYEiAxI/z0XVpozNIvuu 5U239geunAp3/alIKv40yJiPflQ/gURKVbx6Z2nJENeClK8BQHoeKYvy+ucdpCfeygWT ja/PxfH8bT+YW46rERlbKuQ+qf84fsZBezsiYPmBxEJEY+izQHDg1w7CxkI3jrmOfCwU CWUsj3PfFLewWL86Q8v2lWL6/H6h0KkMePEOZym1i9r0ufM7LQs9RfSlUMMa11ltqCbx 8EIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=D+4Eyi+IBgWfjkxT4XXuZ2bWAyGF+UxDYwswTGDT1X4=; b=G1vukTTIw/QC8Zmzuh/bphBQjclhV140TE+GIB3XapTXDXCKABcD1bEd2raz/QjIbR UfuN+42L1fLLBIwx4GdzYZ1eyMVl4onqDEnizNe/wuMXE8TUNwSnKhXPp7E4UfEwgs/v iaY3aalOxpn9jyIK/VswO3EzUksHrTub6kZtVfda0DsoS8PWsu+nPuJ6xr4xKWLhRCTg RY32LtjZdzPfMPO67BIPRQU8NBfIJHQggnZEbPPU+9X++cSNYdpj/LN7ZYQZTxpWn5bQ lMDtNTRM+nQooOpyghsDDTpHWKX8vbf+uPpfQB9OlqVnv2dsmZIuYaTkIMOVWDLtM1G+ 7m8Q== X-Gm-Message-State: AGi0PubTSiEWVS33lJfAk47JxPLycShngq7twkLAMTbkAzfozYtRFjpk JsuBbR3W/WDOkaIMfZokhmS3BhB1 X-Google-Smtp-Source: APiQypLIhsirKvkOuynC5vepxzf95fSWZftTyClohF+51yyucu3qSrdKD6xlRvu9LFlkC+WYwI+vyw== X-Received: by 2002:a2e:b0ee:: with SMTP id h14mr9277377ljl.35.1586075213426; Sun, 05 Apr 2020 01:26:53 -0700 (PDT) Received: from kpc.kaey.ru ([91.123.18.165]) by smtp.gmail.com with ESMTPSA id n26sm8087053ljg.93.2020.04.05.01.26.52 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 05 Apr 2020 01:26:52 -0700 (PDT) Date: Sun, 5 Apr 2020 11:26:52 +0300 From: Konstantin Kulikov To: ~alpine/users@lists.alpinelinux.org Subject: Re: alpine linux and salt Message-Id: <20200405112652.94bc98754f44aff8946ac3c4@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > Alpine v3.11 has salt 2019.2.2 but this version does not work because it > depends on py3-tornado version 5 while alpine comes with which tornado 6. I have encountered similar issues with netbox, in the end the only option was to manually install it in virtualenv. Such breakages will always happen periodically. It can be mostly negated by bundling dependencies with software, but many maintainers oppose this idea.