Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dstat: add missing python3-six dependency
@ 2019-07-10  5:30 voidlinux-github
  2019-07-10  6:59 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-07-10  5:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

There is a new pull request by mvf against master on the void-packages repository

https://github.com/mvf/void-packages pr/dstat
https://github.com/void-linux/void-packages/pull/12956

dstat: add missing python3-six dependency
Fixes:
```
% dstat
Traceback (most recent call last):
  File "/usr/bin/dstat", line 32, in <module>
    import six
ModuleNotFoundError: No module named 'six'
```

A patch file from https://github.com/void-linux/void-packages/pull/12956.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/dstat-12956.patch --]
[-- Type: application/text/x-diff, Size: 781 bytes --]

From ce245e9d723dee8765cbcb0b84dc062545ee528f Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Wed, 10 Jul 2019 07:11:31 +0200
Subject: [PATCH] dstat: add missing python3-six dependency

---
 srcpkgs/dstat/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dstat/template b/srcpkgs/dstat/template
index 250cd216b2d..3ec983e85db 100644
--- a/srcpkgs/dstat/template
+++ b/srcpkgs/dstat/template
@@ -1,10 +1,10 @@
 # Template file for 'dstat'
 pkgname=dstat
 version=0.7.4
-revision=1
+revision=2
 archs=noarch
 makedepends="python3"
-depends="$makedepends"
+depends="python3-six"
 short_desc="Versatile tool for generating system resource statistics"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: dstat: add missing python3-six dependency
  2019-07-10  5:30 [PR PATCH] dstat: add missing python3-six dependency voidlinux-github
@ 2019-07-10  6:59 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-07-10  6:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

There's a merged pull request on the void-packages repository

dstat: add missing python3-six dependency
https://github.com/void-linux/void-packages/pull/12956
Description: Fixes:
```
% dstat
Traceback (most recent call last):
  File "/usr/bin/dstat", line 32, in <module>
    import six
ModuleNotFoundError: No module named 'six'
```

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-10  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10  5:30 [PR PATCH] dstat: add missing python3-six dependency voidlinux-github
2019-07-10  6:59 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).