python-osc: update to version 0.170.0

This commit is contained in:
Peter Simons 2020-08-19 18:12:11 +02:00
parent 5cddce8019
commit b7f3c994a1

View File

@ -1,19 +1,21 @@
{ stdenv, buildPythonPackage , fetchFromGitHub , bashInteractive , urlgrabber, m2crypto, rpm }: { stdenv, buildPythonPackage, fetchFromGitHub, bashInteractive, urlgrabber
, m2crypto, rpm, chardet
}:
buildPythonPackage rec { buildPythonPackage rec {
pname = "osc"; pname = "osc";
version = "0.167.1"; version = "0.170.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openSUSE"; owner = "openSUSE";
repo = "osc"; repo = "osc";
rev = version; rev = version;
sha256 = "0f3c6mzvk9yjicwfdh47j4s2l1wrfgpa6lmqdchasdqfsacps4r6"; sha256 = "10dj9kscz59qm8rw5084gf0m8ail2rl7r8rg66ij92x88wvi9mbz";
}; };
buildInputs = [ bashInteractive ]; # needed for bash-completion helper buildInputs = [ bashInteractive ]; # needed for bash-completion helper
checkInputs = [ rpm ]; checkInputs = [ rpm ];
propagatedBuildInputs = [ urlgrabber m2crypto ]; propagatedBuildInputs = [ urlgrabber m2crypto chardet ];
postInstall = '' postInstall = ''
ln -s $out/bin/osc-wrapper.py $out/bin/osc ln -s $out/bin/osc-wrapper.py $out/bin/osc